ngff_zarr.methods._metadata

Utility functions for extracting method metadata information.

Module Contents

Functions

get_method_metadata

Get metadata information for a given downsampling method.

Data

API

ngff_zarr.methods._metadata.get_method_metadata(
method: Any,
) Optional[ngff_zarr.v04.zarr_metadata.MethodMetadata]

Get metadata information for a given downsampling method.

Args: method: The downsampling method enum

Returns: MethodMetadata with description, method (package.function), and version

ngff_zarr.methods._metadata._METHOD_INFO: Dict[str, Dict[str, str]]

None