File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1578,11 +1578,16 @@ whose value MUST be an array of valid [transformations](#trafo-types-md).
15781578It MAY contain the field ` coordinateSystems ` ,
15791579whose values MUST be an array of valid [ coordinate systems] ( #coordinate-systems-md ) .
15801580
1581- If used inside "scene" metadata, the ` input ` and ` output ` fields of ` coordinateTransformations ` MUST contain a json object,
1582- which MUST contain either the ` path ` or the ` name ` field, or both.
1583- The value of the ` path ` field is the path to a multiscale image subgroup.
1584- The value of the ` name ` field is the name of a ` coordinateSystem ` either in the multiscale image subgroup specified by the path,
1585- or within the ` scene ` dictionary itself.
1581+ If used inside ` scene ` metadata, the ` input ` and ` output ` fields of ` coordinateTransformations ` MUST contain a json object,
1582+ which MUST contain the field ` name ` and MAY contain the field ` path ` .
1583+
1584+ ** name**
1585+ Refers to the name of a ` coordinateSystem ` either in the multiscale image subgroup specified by the path,
1586+ or within the ` scene ` dictionary itself.
1587+
1588+ ** path**
1589+ Refers to the path of a multiscale image subgroup in the Zarr hierarchy.
1590+
15861591If ` name ` refers to a coordinate system in the ` scene ` dictionary,
15871592the ` path ` value MAY be omitted or null.
15881593If ` name ` refers to a coordinate system in the multiscale image subgroup specified by ` path ` ,
You can’t perform that action at this time.
0 commit comments