Ticket #600 (closed enhancement: fixed)
Opened 2011-06-13T16:29:05-05:00
Last modified 2012-06-14T16:39:53-05:00
Consider making an "assign axes" plugin
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | minor | Milestone: |
|
Component: | Core | Version: | |
Severity: | minor | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
It might be nice to have a "assign axes" plugin that lets users specify the type of each axis. This could be handy if imported data came in incorrectly (no matter the source). The user could then fix bad datasets. Implementation would be simple. Just have to decide if we want to give the user this much power.
Change History
comment:1 Changed 2011-07-25T14:58:40-05:00 by bdezonia
- Priority changed from major to minor
- Severity changed from serious to minor
comment:2 Changed 2012-02-13T15:34:24-06:00 by bdezonia
If its not clear:
Imagine data is organized XYZ. But after loading for some reason even though the data is organized as XYZ the axes are mislabeled ZYX. This plugin would simply allow user to change the order of the named axes (i.e. dataset.getAxes()) without changing pixel data at all.
comment:3 Changed 2012-05-14T10:56:49-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:4 Changed 2012-06-08T11:07:25-05:00 by bdezonia
"Fix axes" might be a good name for this command. We already have "Reorder Axes". Perhaps "Reorder Axes" should be "Reorder Data".
comment:5 Changed 2012-06-14T12:18:55-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta3
An initial implementation done with commit e8ed4bfb6d1af0e4211c6b595156891f3f8188de
comment:6 Changed 2012-06-14T16:39:53-05:00 by bdezonia
- Component changed from bio-formats to ij-core