Skip to content

Supported Data

Source

Data supported by CAREamics.

SupportedData

Bases: StrEnum

Supported data types.

Attributes:

  • ARRAY (str) –

    Array data.

  • TIFF (str) –

    TIFF image data.

  • CZI (str) –

    CZI image data.

  • ZARR (str) –

    Zarr data.

  • CUSTOM (str) –

    Custom data.

get_extension(data_type) classmethod

Get file extension of corresponding data type.

Parameters:

Returns:

  • str

    Corresponding extension.

get_extension_pattern(data_type) classmethod

Get Path.rglob and fnmatch compatible extension.

Parameters:

Returns:

  • str

    Corresponding extension pattern.