API Reference#

Classes#

SciTiffMetadata

SCITIFF Metadata.

SciTiffMetadataContainer

SCITIFF Compatible Metadata.

Top-level functions#

save_scitiff(dg, file_path)

Save an image in scipp data structure to a SCITIFF format including metadata.

load_scitiff(file_path, *[, squeeze, ...])

Load an image in SCITIFF format to a scipp data structure.

to_scitiff_image(da[, ...])

Modify dimnesions and shapes to match the scitiff image schema.

validate_scitiff_metadata_container(instance)

concat_mask_as_channels(da, mask_name)

Concatenate intensities and a mask into channel dimension.

concat_stdevs_and_mask_as_channels(da[, ...])

Concatenate intensities, stdevs and a mask into channel dimension.

concat_stdevs_as_channels(da)

Concatenate intensities and stdevs into channel dimension.

resolve_scitiff_channels(scitiff_image)

Slice channel dimension and recombine the DataArray.

Submodules#