Skip to content

zarrnii.enums

Enumerations used to identify transform and image-format types.

Enumeration classes for ZarrNii type definitions.

Classes

zarrnii.enums.TransformType

Bases: Enum

Enumeration of supported transform types.

Attributes:

  • AFFINE_RAS

    Affine transformation in RAS coordinate system

  • DISPLACEMENT_RAS

    Displacement field transformation in RAS coordinate system

zarrnii.enums.ImageType

Bases: Enum

Enumeration of supported image formats.

Attributes:

  • OME_ZARR

    OME-Zarr format (multiscale with metadata)

  • ZARR

    Standard Zarr format

  • NIFTI

    NIfTI format (Neuroimaging Informatics Technology Initiative)

  • UNKNOWN

    Unknown or unsupported format