Skip to content

Commit 597dc71

Browse files
committed
Clarify data format specification
1 parent 395609a commit 597dc71

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/spatialdata_io/readers/macsima.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,9 @@ def macsima(
240240
) -> SpatialData:
241241
"""Read *MACSima* formatted dataset.
242242
243-
This function reads images from a MACSima cyclic imaging experiment. Metadata is parsed from the OME metadata.
243+
This function reads images from a MACSima cyclic imaging experiment. MACSima data follows the OME-TIFF specificiation.
244+
All metadata is parsed from the OME metadata. The exact metadata schema can change between software versions of MACSiQView.
245+
As there is no public specification of the metadata fields used, please consider the provided test data sets as ground truth to guide development.
244246
245247
.. seealso::
246248

0 commit comments

Comments
 (0)