Closed constantinpape closed 2 years ago
From discussion with @tischi
imageDataLocations
, tableDataLocations
references
to project, dimensions
: {is2d
: true
/false
}Also, the bookmark description will be outdated with the new spec: https://mobie.github.io/tutorials/bookmarks.html
Remaining regex issues:
[^\/]+\/[^\/]+
matches the menuItem a/b
pattern, but it still allows for matching a/b/c/...
More spec changes:
description
and is2d
to root level and get rid of dataset
in dataset spec; move description
and references
to root level and get rid of project
in project spec, see #6.name
in sourceTrasforms:affine
and sourceTransforms:autoGrid
see #7tableDataRootLocation
to tableDataLocation
for segmentationSource
and autoGrid
, see #9imageDisplays
-> imageDisplay
, segmentationDisplays
-> segmentationDisplay
, see #10 menuItem
from source
to view
, see #11 Add viewerTransform
to the example.
Above is done, new set of changes:
color
to lut
in segmentationDisplay
, see #16.segmentationDisplay
, see https://github.com/mobie/mobie-viewer-fiji/issues/224sourceDisplays
in view
? See #19.menuItem
-> uiSelectionGroup
See https://github.com/mobie/mobie.github.io/issues/20#issuecomment-805578633
Tentative Spec-Changes:
sourceLocations
->dataLocations
orxmlLocations
?dataset
?project.json
? I thinkreferences
should be in there.menuItem
format: https://github.com/mobie/mobie-viewer-fiji/issues/200#issuecomment-803475881Json Schema and spec description: Proper string regex:
menuName/itemName
"\\(r=(.+),g=(.+),b=(.+),a=(.+)\\)"
) andrandomFromGlasbey
sourceName;timepoint;labelId
MAJOR.MINOR.PATCH
name
fields: no whitespaces, no;
, no/
Tooling:
source.schema
Spec description:
sources
not matchingname
). Would be best to write some code around this to choose better names and make things consistent or write the examples manually once we fix the current spec version.