scitiff.io.load_scitiff#
- scitiff.io.load_scitiff(file_path, *, squeeze=True)[source]#
Load an image in SCITIFF format to a scipp data structure.
- Parameters:
- Returns:
DataGroup
– The loaded image data inscipp.DataGroup
. The data group should have the same structure as thescitiff.SciTiffMetadataContainer
except the image data has values loaded from the tiff file not just the metadata.