NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

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

Now that the add/delete axis functionality is complete, it can be used to implement this Image>Properties plugin.

comment:2 Changed 2011-06-21T14:53:02-05:00 by bdezonia

Waiting on unit support (#445) and plugins that can handle varying numbers of axes as parameters (#623 & tangentially #606) to be addressed before tackling this ticket.

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:5 Changed 2012-05-14T12:12:35-05:00 by bdezonia

  • Blocking 1172 added

comment:6 Changed 2012-05-14T15:22:48-05:00 by bdezonia

  • Blocked By 445 added

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:8 Changed 2012-07-23T10:57:50-05:00 by bdezonia

  • Blocking 1171 added

comment:9 Changed 2012-09-06T16:17:01-05:00 by bdezonia

  • Blocking 1451 added; 1171 removed

comment:10 Changed 2012-09-06T16:22:33-05:00 by bdezonia

  • Blocking 1456 added; 1451 removed

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:12 Changed 2012-09-06T17:06:57-05:00 by bdezonia

  • Blocking 1172 removed

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.