-
Notifications
You must be signed in to change notification settings - Fork 9
omero fields optional #87
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
base: main
Are you sure you want to change the base?
Changes from all commits
397cf85
a5f44f9
390dfb5
e0c81bc
da24b78
4b0582e
e9141d3
0886492
87b04ae
4387a7a
2f449c3
03568f4
1ecf820
16eda06
b6d5807
cd4509b
362a988
facbf73
c0c1121
20fc097
96dad79
3fbe3f0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,56 @@ | ||
| { | ||
| "ome": { | ||
| "version": "0.6.dev3", | ||
| "multiscales": [ | ||
| { | ||
| "coordinateSystems": [ | ||
| { | ||
| "name": "physical", | ||
| "axes": [ | ||
| { | ||
| "name": "z", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "y", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "x", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "s0", | ||
| "coordinateTransformations": [ | ||
| { | ||
| "scale": [ | ||
| 1, | ||
| 1, | ||
| 1 | ||
| ], | ||
| "input": "s0", | ||
| "output": "physical", | ||
| "type": "scale" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "omero": { | ||
| } | ||
| }, | ||
| "_conformance": { | ||
| "schema": { | ||
| "id": "schemas/image.schema" | ||
| }, | ||
| "valid": false | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,94 @@ | ||
| { | ||
| "ome": { | ||
| "version": "0.6.dev3", | ||
| "multiscales": [ | ||
| { | ||
| "coordinateSystems": [ | ||
| { | ||
| "name": "physical", | ||
| "axes": [ | ||
| { | ||
| "name": "z", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "y", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "x", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "s0", | ||
| "coordinateTransformations": [ | ||
| { | ||
| "scale": [ | ||
| 1, | ||
| 1, | ||
| 1 | ||
| ], | ||
| "input": "s0", | ||
| "output": "physical", | ||
| "type": "scale" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "omero": { | ||
| "channels": [ | ||
| { | ||
| "label": "Channel:0", | ||
| "color": "#ff0000", | ||
| "active": true, | ||
| "family": "linear", | ||
| "coefficient": 1.0, | ||
| "inverted": false, | ||
| "window": { | ||
| "min": 0, | ||
| "max": 255 | ||
| } | ||
| }, | ||
| { | ||
| "label": "Channel:1", | ||
| "color": "#00ff00", | ||
| "active": true, | ||
| "family": "log", | ||
|
Member
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.
|
||
| "coefficient": 0.5, | ||
| "inverted": true, | ||
| "window": { | ||
| "min": 0, | ||
| "max": 255 | ||
| } | ||
| }, | ||
| { | ||
| "label": "Channel:2", | ||
| "color": "#0000ff", | ||
| "active": true, | ||
| "family": "gamma", | ||
|
Member
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. that does not exist as a mapping family |
||
| "coefficient": 2.0, | ||
| "inverted": false, | ||
| "window": { | ||
| "min": 0, | ||
| "max": 255 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| "_conformance": { | ||
| "schema": { | ||
| "id": "schemas/image.schema" | ||
| }, | ||
| "valid": false | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,99 @@ | ||
| { | ||
| "ome": { | ||
| "version": "0.6.dev3", | ||
| "multiscales": [ | ||
| { | ||
| "coordinateSystems": [ | ||
| { | ||
| "name": "physical", | ||
| "axes": [ | ||
| { | ||
| "name": "z", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "y", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| }, | ||
| { | ||
| "name": "x", | ||
| "type": "space", | ||
| "unit": "micrometer" | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "datasets": [ | ||
| { | ||
| "path": "s0", | ||
| "coordinateTransformations": [ | ||
| { | ||
| "scale": [ | ||
| 1, | ||
| 1, | ||
| 1 | ||
| ], | ||
| "input": "s0", | ||
| "output": "physical", | ||
| "type": "scale" | ||
| } | ||
| ] | ||
| } | ||
| ] | ||
| } | ||
| ], | ||
| "omero": { | ||
| "channels": [ | ||
| { | ||
| "label": "Channel:0", | ||
| "color": "#ff0000", | ||
|
Member
Author
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. All the |
||
| "active": true, | ||
| "family": "linear", | ||
| "coefficient": 1.0, | ||
| "inverted": false, | ||
| "window": { | ||
| "min": 0, | ||
| "start": 100, | ||
| "end": 200, | ||
| "max": 255 | ||
| } | ||
| }, | ||
| { | ||
| "label": "Channel:1", | ||
| "color": "#00ff00", | ||
| "active": true, | ||
| "family": "log", | ||
|
Member
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. same |
||
| "coefficient": 0.5, | ||
| "inverted": true, | ||
| "window": { | ||
| "min": 0, | ||
| "start": 50, | ||
| "end": 150, | ||
| "max": 255 | ||
| } | ||
| }, | ||
| { | ||
| "label": "Channel:2", | ||
| "color": "#0000ff", | ||
| "active": true, | ||
| "family": "gamma", | ||
|
Member
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. same |
||
| "coefficient": 2.0, | ||
| "inverted": false, | ||
| "window": { | ||
| "min": 0, | ||
| "start": 25, | ||
| "end": 125, | ||
| "max": 255 | ||
| } | ||
| } | ||
| ] | ||
| } | ||
| }, | ||
| "_conformance": { | ||
| "schema": { | ||
| "id": "schemas/image.schema" | ||
| } | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -26,6 +26,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | |
| - For detailed set of changes see [complete overview](https://ngff.openmicroscopy.org/rfc/5/responses/2/index.html) | ||
| - Updated version keys from `0.6.dev2` to `0.6.dev3` everywhere | ||
| - style: Homogeneous use of backticks in spec document | ||
| - spec: Released requirements for `omero` metadata in the spec document and in schemas. | ||
|
Member
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. We should be more explicit and use the term |
||
|
|
||
| ### Removed | ||
|
|
||
|
|
||
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.
this is not correct
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.
we have in the omero rnd: linear, logarithmic, exponential and polynomial.
I believe what you refer as "gamma" will be polynomial.
I would avoid the divergence that we already have at the
modellevel (see comment below)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.
I think this originates from a PR of mine to this one. I didn't find these terms (i.e., "family" precisely defined anywhere), so I kept it vague. Would be nice to have this clearly mapped out somewhere, i.e., here :)