Ticket #490 (closed enhancement: fixed)
Opened 2011-05-03T14:25:12-05:00
Last modified 2013-10-21T14:50:17-05:00
Image Properties Editor
Reported by: | gharris | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Data Model | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1456 |
Description
- We need a plugin to replace IJ1's "Image > Properties" command.
This plugin could allow the user to override the dimensional extents. I.e., chang Z, C, and T lengths.
And Calibration
Hence, the Dataset class needs a method for updating the dimensional parameters; something like "setDimensions(long[])"
Unfortunately, this plugin is more complex than IJ1 because it needs to allow the user to add and remove dimensions... N-dimensional, after all!
Change History
comment:1 Changed 2011-06-13T06:56:04-05:00 by gharris
comment:2 Changed 2011-06-21T14:53:02-05:00 by bdezonia
comment:3 Changed 2012-04-25T11:45:01-05:00 by bdezonia
Now that we've stopped supporting Stack to Hyperstack and HyperStack to Stack perhaps we don't want to support dimension/shape changing plugins like this either. Editing units makes sense. Not so sure about dimensions.
comment:4 Changed 2012-05-14T10:54:27-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:7 Changed 2012-05-14T15:55:52-05:00 by curtis
- Blocked By 445 removed
(In #445) We should consider using the Units of Measurement API, probably the JScience implementation thereof.
See this thread on imagej-devel for details.
comment:11 Changed 2012-09-06T16:26:23-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:13 Changed 2012-10-10T13:54:59-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7
comment:14 Changed 2013-10-21T14:50:17-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Recently units and calibration was added to IJ2:
1) The ImageJ1 Properties command is fully supported.
2) The EditAxes plugin was enhanced to allow one to change units and calibration equation constants.
Thus I believe we are done here. Closing.
Now that the add/delete axis functionality is complete, it can be used to implement this Image>Properties plugin.