We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395609a commit 597dc71Copy full SHA for 597dc71
1 file changed
src/spatialdata_io/readers/macsima.py
@@ -240,7 +240,9 @@ def macsima(
240
) -> SpatialData:
241
"""Read *MACSima* formatted dataset.
242
243
- This function reads images from a MACSima cyclic imaging experiment. Metadata is parsed from the OME metadata.
+ 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.
246
247
.. seealso::
248
0 commit comments