generated from w3c-ccg/markdown-to-spec
-
Notifications
You must be signed in to change notification settings - Fork 62
Coordinate systems and new coordinate transformations proposal #138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
130 commits
Select commit
Hold shift + click to select a range
f0da62a
start of named space and transform metadata
bogovicj 4331deb
fwd and inv coordinate transforms
bogovicj 8051e71
Merge remote-tracking branch 'upstream/main' into coord-transforms
bogovicj 180568b
more transform details
bogovicj 4f48364
start page on details and recommendations
bogovicj 98a40de
transformation progress
bogovicj dd71953
change fields to camelCase
bogovicj 1b26a8e
add details for coordinate and displacement fields
bogovicj cd9c431
add details on dimension order
bogovicj e210027
clean up array indexing section
bogovicj d873541
add more details for scale, translation, displacement
bogovicj 63ed4ce
merge and cleanup
bogovicj a459492
Merge remote-tracking branch 'upstream/main' into coord-transforms
bogovicj 9058b4b
clarify input and output dimensionality for transforms
bogovicj 38ac6ac
update to transformations
bogovicj 3a2aae1
rotation transformation details
ed12192
minor rephrase intro to coordinateTransformations section
3ec8543
add details for bijection ct
bogovicj 30cade5
big changes to transformations spec
bogovicj df470d7
Add "coordinateSystems" and "coordinateTransformations" fields for ex…
bogovicj 99f3a4e
coordinate transformation updates:
bogovicj de73c68
update multiscales_example
bogovicj 163c8f4
rename dimensionWise byDimension
bogovicj 7b35c28
add more transformation examples
bogovicj 7baeed7
byDimension examples, rm input/outputAxes fields
bogovicj 162a9e9
reorder, simplify sections.
a90662d
clean up example formatting
32656e5
add array coordinate system example
0245ca9
rm duplicate editor names, typo fix
bogovicj a3ff0b5
fix sequence example json. add inverseOf to input/output field exception
0df402d
be clearer re: half-open interval
f05d480
move axes section into coordinateSystems section
bogovicj ed17ed5
typo fixes
bogovicj b9f89e1
Merge branch 'coord-transforms' of github.com:bogovicj/ngff into coor…
bogovicj cd01ab7
add two new coordinate transformation examples
bogovicj 86672e6
Allow tests to access all schemas
ivirshup b34875d
Fix how schemas are matched to examples
ivirshup 35ea3e3
Add initial coordinate system schemas
ivirshup 3fcba53
Add array coordinate schema
ivirshup 883ff1c
Add test for array coordinate system
ivirshup c2a18c4
Stop adding cases for .config files
ivirshup 027b55b
describe where to store coordinateTransformations
bogovicj 5bfe442
corrections for coordinates and displacements
bogovicj aab7469
add optional "longName" field for axes
bogovicj 9764451
Merge branch 'coord-transforms' into coord-transforms-schemas
ivirshup 098bfb8
Add longName property to axes schema
ivirshup f04ebef
Add mapAxis and mapIndex schemas
ivirshup ead1f7b
Add affine transfrom, use reference for path_w_url
ivirshup 281df32
Move rotation example to example directory
ivirshup 87d78e8
Add schema for rotation
ivirshup 033d4bb
Move inverseOf example to examples directory
ivirshup f78e441
Added schema for inverseOf
ivirshup 55e35bd
Added byDimension transformation
ivirshup 0833395
Sequence schemas
ivirshup 85808cf
Merge remote-tracking branch 'upstream/main' into coord-transforms
bogovicj 74466c5
Move rotation example to example directory
ivirshup 9406ce1
Merge branch 'coord-transforms' into coord-transforms-schemas
ivirshup ff2bc86
Move inverseOf example to examples directory
ivirshup a68523f
multiscales example relative typo fix
bogovicj 3fe7aa2
corrections and clarifications to coordinates and displacements
bogovicj f976a87
transforms MUST have "input"
bogovicj 72b4f9c
cts: remove url parameters
bogovicj be7d849
ct: fix and clarify nested json representation for affine and rotatio…
bogovicj da94207
motivate coordinate systems
bogovicj b92f540
describe discrete axes, interpolation, etc
bogovicj 383aa87
spec: remove 5D limits
d-v-b 1849133
tforms: more details to conforming readers
bogovicj a2e7687
tforms: more sensible output name for sequence transform example
bogovicj 5ce238a
tforms: typo fix
bogovicj 676aeba
tforms: fix name of zgroup in example hierarchy comment
bogovicj be61476
Merge remote-tracking branch 'dvb/coord-transforms' into coord-transf…
bogovicj 578dd72
fix header and link for axes metadata
bogovicj c33287d
example coordinate systems follow recommendations
bogovicj 6da38f7
rm mapIndex transformation
bogovicj 1451a47
start of coordinatTransformations schema
bogovicj 1602832
missing_scale and duplicate_scale are valid
bogovicj 417c7cd
Merge branch 'coord-transforms' into coord-transforms-schemas
bogovicj 3c86a3b
rm mapIndex examples
bogovicj 9021ae0
affine parameters can be nested arrays
bogovicj 841e0aa
rm mapIndex from transform schema
bogovicj 704173c
add bijection transformation to schema
bogovicj 03fe664
add displacements and coordinates transformations to schema
bogovicj 34e41d3
update tests with coordinateSystems
bogovicj a24aefd
update image schema with coordinate systems
bogovicj d22b663
axis schema: don't enforce types
bogovicj 7add879
test: strict_image add coordinateSystems
bogovicj e5b351c
test image, strict_image add input/output to transforms
bogovicj 9abfa1e
start to modularize coordinate systems and transforms schemas
bogovicj b7c28f9
axes schema: allow at most three space axes
bogovicj 5818a1f
image_suite - one axis is valid
bogovicj 3896ab4
image_suite - two scales are valid, but not recommended
bogovicj 2f7c413
edit subspace example
bogovicj 67cb6d2
coordinate_transformation arrays may not be empty
bogovicj fb88485
edit example byDimension2
bogovicj 85437f2
edit multiscales examples
bogovicj a9fadf3
add schema config for subspace examples
bogovicj a0cd017
rm coordinate_transforms.schema
bogovicj 150f1f8
multiscales-strict, re-order coordinate systems
bogovicj 61eb70a
schema: add strict_axes, and strict_coordinate_systems
bogovicj 0eb5040
Merge remote-tracking branch 'origin/coord-transforms-schemas' into c…
bogovicj aa0542d
correct byDimensionXarray transform example
bogovicj bc4f395
"units" -> "unit"
bogovicj 802c94f
toward clarity on axis order
bogovicj 51417a6
typo fix
bogovicj cd92ec1
rm spurious / in <img>
bogovicj 701867e
clarify axis order for coordinate and displacement fields
bogovicj 81cc4a5
minor rephrasing in inverseOf
bogovicj 7dec4fe
toward resolving ambiguity in "sequence" transformations
bogovicj 6ebcf5f
add anchors for transformation types
bogovicj 00b79f1
clarification on affine and rotation transformation
bogovicj 88b5f16
minor rephrasing
bogovicj cc6ade0
remove reference to non-existent note
bogovicj 11729de
matrix transformations MUST be stored as 2D (json or zarr) arrays
bogovicj 8e9bdb6
typo affine -> rotation
bogovicj d311848
merge edits from rfc
bogovicj b5ed81a
change examples to relative paths
bogovicj 12a5338
typo and other minor fixes
bogovicj 5376db5
fix affine matrix size, and other small fixes
bogovicj 50e7759
correctly close code block
bogovicj e8bc1db
clarify invertibility of sequence transformation
bogovicj 7d71127
fix byDimension header link
bogovicj 3a7e76f
flesh out description for coordinates and displacements
bogovicj db1e7d1
better motivate array coordinates systems
bogovicj 52d7924
Merge remote-tracking branch 'upstream/main' into coord-transforms
bogovicj 67f1243
remove "array coordinate systems"
bogovicj 3822dd0
update multiscales and examples
bogovicj cd89608
dimension_names must be unique and not-null
bogovicj 00be286
typo fixes
bogovicj ede76db
move and rephrase description transform input/output dimension
bogovicj 649f623
fix: rotation field type in transform table
bogovicj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| Copyright © 2020-[YEAR] | ||
| <a href="https://www.openmicroscopy.org/"><abbr title="Open Microscopy Environment">OME</abbr></a><sup>®</sup> | ||
| (<a href="https://dundee.ac.uk/"><abbr title="University of Dundee">U. Dundee</abbr></a>). | ||
| OME trademark rules apply. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "schema": "schemas/bf2raw.schema" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "bioformats2raw.layout": 3 | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "bioformats2raw.layout": 3, | ||
| "plate": { | ||
| "columns": [ | ||
| { | ||
| "name": "1" | ||
| } | ||
| ], | ||
| "name": "Plate Name 0", | ||
| "wells": [ | ||
| { | ||
| "path": "A/1", | ||
| "rowIndex": 0, | ||
| "columnIndex": 0 | ||
| } | ||
| ], | ||
| "field_count": 1, | ||
| "rows": [ | ||
| { | ||
| "name": "A" | ||
| } | ||
| ], | ||
| "acquisitions": [ | ||
| { | ||
| "id": 0 | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "schema": "schemas/coordinate_systems_and_transforms.schema" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "schema": "schemas/strict_label.schema" | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "image-label": { | ||
| "colors": [ | ||
| { | ||
| "label-value": 0, | ||
| "rgba": [0, 0, 128, 128] | ||
| }, | ||
| { | ||
| "label-value": 1, | ||
| "rgba": [0, 128, 0, 128] | ||
| } | ||
| ], | ||
| "properties": [ | ||
| { | ||
| "label-value": 0, | ||
| "area (pixels)": 1200, | ||
| "class": "intercellular space" | ||
| }, | ||
| { | ||
| "label-value": 1, | ||
| "area (pixels)": 1650, | ||
| "class": "cell", | ||
| "cell type": "neuron" | ||
| } | ||
| ], | ||
| "source": { | ||
| "image": "../../" | ||
| } | ||
| } | ||
| } | ||
| } | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| { | ||
| "schema": "schemas/strict_image.schema" | ||
| } |
69 changes: 69 additions & 0 deletions
69
0.6-dev/examples/multiscales_strict/multiscales_example.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,69 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "multiscales": [ | ||
| { | ||
| "name": "example", | ||
| "coordinateSystems": [ | ||
| { | ||
| "name": "example", | ||
| "axes": [ | ||
| { "name": "t", "type": "time", "unit": "millisecond" }, | ||
| { "name": "c", "type": "channel" }, | ||
| { "name": "z", "type": "space", "unit": "micrometer" }, | ||
| { "name": "y", "type": "space", "unit": "micrometer" }, | ||
| { "name": "x", "type": "space", "unit": "micrometer" } | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "0", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the first scale level (0.5 micrometer) | ||
| // and the time unit (0.1 milliseconds), which is the same for each scale level | ||
| "type": "scale", | ||
| "scale": [0.1, 1.0, 0.5, 0.5, 0.5], | ||
| "input": "0", | ||
| "output": "example" | ||
| } | ||
| }, | ||
| { | ||
| "path": "1", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the second scale level (downscaled by a factor of 2 -> 1 micrometer) | ||
| // and the time unit (0.1 milliseconds), which is the same for each scale level | ||
| "type": "scale", | ||
| "scale": [0.1, 1.0, 1.0, 1.0, 1.0], | ||
| "input": "1", | ||
| "output": "example" | ||
| } | ||
| }, | ||
| { | ||
| "path": "2", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the third scale level (downscaled by a factor of 4 -> 2 micrometer) | ||
| // and the time unit (0.1 milliseconds), which is the same for each scale level | ||
| "type": "scale", | ||
| "scale": [0.1, 1.0, 2.0, 2.0, 2.0], | ||
| "input": "2", | ||
| "output": "example" | ||
| } | ||
| } | ||
| ], | ||
| "type": "gaussian", | ||
| "metadata": { | ||
| "description": "the fields in metadata depend on the downscaling implementation. Here, the parameters passed to the skimage function are given", | ||
| "method": "skimage.transform.pyramid_gaussian", | ||
| "version": "0.16.1", | ||
| "args": "[true]", | ||
| "kwargs": { "multichannel": true } | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
76 changes: 76 additions & 0 deletions
76
0.6-dev/examples/multiscales_strict/multiscales_example_relative.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,76 @@ | ||
| { | ||
| "multiscales": [ | ||
| { | ||
| "version": "0.5-dev", | ||
| "name": "example", | ||
| "coordinateSystems" : [ | ||
| { | ||
| "name" : "exampleCoordinateSystem", | ||
| "axes": [ | ||
| {"name": "t", "type": "time", "unit": "millisecond"}, | ||
| {"name": "c", "type": "channel"}, | ||
| {"name": "z", "type": "space", "unit": "micrometer"}, | ||
| {"name": "y", "type": "space", "unit": "micrometer"}, | ||
| {"name": "x", "type": "space", "unit": "micrometer"} | ||
| ] | ||
| }, | ||
| { | ||
| "name" : "array_0", | ||
| "axes": [ | ||
| {"name": "t", "type": "time", "unit": "millisecond"}, | ||
| {"name": "c", "type": "channel"}, | ||
| {"name": "z", "type": "space", "unit": "micrometer"}, | ||
| {"name": "y", "type": "space", "unit": "micrometer"}, | ||
| {"name": "x", "type": "space", "unit": "micrometer"} | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "0", | ||
| // the transformation of other arrays are defined relative to this, the highest resolution, array | ||
| "coordinateTransformations": [{ | ||
| "type": "identity", | ||
| "input": "/0", | ||
| "output": "array_0" | ||
| }] | ||
| }, | ||
| { | ||
| "path": "1", | ||
| "coordinateTransformations": [{ | ||
| // the second scale level (downscaled by a factor of 2 relative to "0" in zyx) | ||
| "type": "scale", | ||
| "scale": [1, 1, 2, 2, 2], | ||
| "input" : "/1", | ||
| "output" : "array_0" | ||
| }] | ||
| }, | ||
| { | ||
| "path": "2", | ||
| "coordinateTransformations": [{ | ||
| // the third scale level (downscaled by a factor of 4 relative to "0" in zyx) | ||
| "type": "scale", | ||
| "scale": [1, 1, 4, 4, 4], | ||
| "input" : "/2", | ||
| "output" : "array_0" | ||
| }] | ||
| } | ||
| ], | ||
| "coordinateTransformations": [{ | ||
| // the time unit (0.1 milliseconds), the voxel size for all spatial axes of "0" (0.5 micrometers) | ||
| "type": "scale", | ||
| "scale": [0.1, 1.0, 0.5, 0.5, 0.5], | ||
| "input" : "array_0", | ||
| "output" : "exampleCoordinateSystem" | ||
| }], | ||
| "type": "gaussian", | ||
| "metadata": { | ||
| "description": "the fields in metadata depend on the downscaling implementation. Here, the parameters passed to the skimage function are given", | ||
| "method": "skimage.transform.pyramid_gaussian", | ||
| "version": "0.16.1", | ||
| "args": "[true]", | ||
| "kwargs": {"multichannel": true} | ||
| } | ||
| } | ||
| ] | ||
| } |
85 changes: 85 additions & 0 deletions
85
0.6-dev/examples/multiscales_strict/multiscales_example_twoCoordSystems.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "multiscales": [ | ||
| { | ||
| "name": "example", | ||
| "coordinateSystems": [ | ||
| { | ||
| "name": "default", | ||
| "axes": [ | ||
| { "name": "t", "type": "time", "unit": "millisecond" }, | ||
| { "name": "c", "type": "channel" }, | ||
| { "name": "z", "type": "space", "unit": "micrometer" }, | ||
| { "name": "y", "type": "space", "unit": "micrometer" }, | ||
| { "name": "x", "type": "space", "unit": "micrometer" } | ||
| ] | ||
| }, | ||
| { | ||
| "name": "example", | ||
| "axes": [ | ||
| { "name": "t", "type": "time", "unit": "millisecond" }, | ||
| { "name": "c", "type": "channel" }, | ||
| { "name": "z", "type": "space", "unit": "micrometer" }, | ||
| { "name": "y", "type": "space", "unit": "micrometer" }, | ||
| { "name": "x", "type": "space", "unit": "micrometer" } | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "0", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the first scale level (0.5 micrometer) | ||
| "type": "scale", | ||
| "scale": [1.0, 1.0, 0.5, 0.5, 0.5], | ||
| "input": "0", | ||
| "output": "default" | ||
| } | ||
| }, | ||
| { | ||
| "path": "1", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the second scale level (downscaled by a factor of 2 -> 1 micrometer) | ||
| "type": "scale", | ||
| "scale": [1.0, 1.0, 1.0, 1.0, 1.0], | ||
| "input": "1", | ||
| "output": "default" | ||
| } | ||
| }, | ||
| { | ||
| "path": "2", | ||
| "coordinateTransformation": { | ||
| // the voxel size for the third scale level (downscaled by a factor of 4 -> 2 micrometer) | ||
| "type": "scale", | ||
| "scale": [1.0, 1.0, 2.0, 2.0, 2.0], | ||
| "input": "2", | ||
| "output": "default" | ||
| } | ||
| } | ||
| ], | ||
| "coordinateTransformations": [ | ||
| { | ||
| // the time unit (0.1 milliseconds), which is the same for each scale level | ||
| "type": "scale", | ||
| "scale": [0.1, 1.0, 1.0, 1.0, 1.0], | ||
| "input": "default", | ||
| "output": "example" | ||
| } | ||
| ], | ||
| "type": "gaussian", | ||
| "metadata": { | ||
| "description": "the fields in metadata depend on the downscaling implementation. Here, the parameters passed to the skimage function are given", | ||
| "method": "skimage.transform.pyramid_gaussian", | ||
| "version": "0.16.1", | ||
| "args": "[true]", | ||
| "kwargs": { "multichannel": true } | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } |
47 changes: 47 additions & 0 deletions
47
0.6-dev/examples/multiscales_strict/multiscales_transformations.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,47 @@ | ||
| { | ||
| "zarr_format": 3, | ||
| "node_type": "group", | ||
| "attributes": { | ||
| "ome": { | ||
| "version": "0.5", | ||
| "multiscales": [ | ||
| { | ||
| "axes": [ | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should this be |
||
| { | ||
| "name": "y", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "x", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "0", | ||
| "coordinateTransformations": [ | ||
| { | ||
| "scale": [1, 1], | ||
| "type": "scale" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "coordinateTransformations": [ | ||
| { | ||
| "scale": [10, 10], | ||
| "type": "scale" | ||
| } | ||
| ], | ||
| "name": "image_with_coordinateTransformations", | ||
| "type": "foo", | ||
| "metadata": { | ||
| "key": "value" | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| } | ||
| } | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Assuming we move to the extracted 0.6-dev branch in joshmoore@878e15c then we should move this separately to the v0.5 branch.