Ticket #564 (closed task: fixed)
Opened 2011-06-03T12:41:44-05:00
Last modified 2013-08-29T15:21:41-05:00
Write pure IJ2 version of Image :: Show Info menu item
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: | imagej2-b8-analysis |
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | #1456 |
Description
The Image :: Show Info command cannot show the correct info for all the Dataset types that IJ2 has. Make a pure IJ2 implementation of this plugin.
Change History
comment:1 Changed 2011-10-24T10:05:35-05:00 by bdezonia
comment:2 Changed 2011-10-25T09:40:35-05:00 by bdezonia
Fixed the NaN issue with 3163148da2d608a1c9baeaee8e9edc93c86f6009.
Display of correct type still not supported
comment:3 Changed 2011-11-29T17:48:56-06:00 by bdezonia
- Milestone changed from imagej-2.0-beta1 to imagej-2.0-beta2
This ticket should not be addressed until ticket #516 has been completed.
comment:5 Changed 2012-05-14T10:56:30-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4
comment:8 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:10 Changed 2012-08-14T15:55:58-05:00 by bdezonia
- Blocked By 445 added
Don't know why blocked by 445 was removed. The implementation of this feature requires one to display units in the info window.
comment:13 Changed 2012-09-06T16:26:36-05:00 by bdezonia
- Milestone changed from imagej-2.0.0-beta4 to imagej-2.0.0-beta5
comment:15 Changed 2012-10-10T14:04:22-05:00 by curtis
- Milestone changed from imagej-2.0.0-beta6 to imagej-2.0.0-beta7
comment:16 Changed 2013-08-29T15:21:14-05:00 by bdezonia
- Blocked By 445, 516 removed
Fixed with commit 8d63e7ef9cbe902a0ad316c118b9b30a09c6f1d6
comment:17 Changed 2013-08-29T15:21:41-05:00 by bdezonia
- Status changed from new to closed
- Resolution set to fixed
Fixed with commit 8d63e7ef9cbe902a0ad316c118b9b30a09c6f1d6
To see problems create a new 64-bit double image. Then run show info. Lots of NaNs printed for various values. And type shown as 32-bit float.