ngff_zarr.methods._metadata¶
Utility functions for extracting method metadata information.
Module Contents¶
Functions¶
Get metadata information for a given downsampling method. |
Data¶
API¶
- ngff_zarr.methods._metadata.get_method_metadata(
- method: Any,
Get metadata information for a given downsampling method.
Args: method: The downsampling method enum
Returns: MethodMetadata with description, method (package.function), and version