-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
blockedWaiting for an upstream changeWaiting for an upstream changebugSomething isn't workingSomething isn't working
Milestone
Description
Splitting this issue out from #252
PyImageJ converts ImageJ ecosystem image data structures into xarray.DataArray objects, which have named axis. There is no Layer metadata for named axes in napari, as far as I can tell, although I've seen the desire for the feature in issues like napari/napari#2917. The closest thing I know of is the Viewer.axis_labels property on the Viewer, but we'd have to massage the data to use that to map our image data.
For now, I store the axis within Layer.properties, however a better solution would store them somewhere they can be used in napari.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
blockedWaiting for an upstream changeWaiting for an upstream changebugSomething isn't workingSomething isn't working