File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -506,6 +506,24 @@ The [BIDS-validator](https://github.com/bids-standard/bids-validator)
506506will check for conflicts between the JSON file and the data recorded in the
507507NIfTI header.
508508
509+ #### OME-Zarr
510+
511+ [ Zarr] ( https://zarr-specs.readthedocs.io/ ) is a chunked, cloud-optimized format that provides efficient access to
512+ large multidimensional datasets without requiring a full download.
513+ [ OME-Zarr] ( https://ngff.openmicroscopy.org/ ) , developed by the Open Microscopy Environment (OME),
514+ extends Zarr with bioimaging-specific metadata.
515+ OME-Zarr is particularly suitable for very large imaging volumes (for example, high-resolution
516+ ex vivo MRI) where NIfTI would be impractical for streaming or web-based visualization.
517+
518+ OME-Zarr filesets are stored with the ` .ome.zarr ` extension.
519+ Spatial metadata (such as the axis names and units, and coordinate transformations) SHOULD
520+ be stored within the OME-Zarr metadata following the
521+ [ OME-Zarr version 0.5 specification] ( https://ngff.openmicroscopy.org/specifications/0.5/index.html )
522+ (the latest released version).
523+ Extended support for coordinate systems and transformations is described in
524+ [ RFC-5: Coordinate Systems and Transformations] ( https://ngff.openmicroscopy.org/rfc/5/index.html )
525+ (draft, expected to be released as part of OME-Zarr version 0.6).
526+
509527### Tabular files
510528
511529Tabular data MUST be saved as plain-text, tab-delimited values (TSV) files
You can’t perform that action at this time.
0 commit comments