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 #1065 (closed defect: wontfix)

Opened 2012-03-14T13:26:03-05:00

Last modified 2012-08-23T14:44:27-05:00

Allow AddAxis to specify an axis size of 1

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: Display API Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1339

Description

AddAxis requires a user specify 2 or more hyperplanes along the new axis. Allow it to accept 1. This might allow people to make images in formats that could be useful for compatibility with other software packages.

The fix is simple enough by setting the minimum range from 2L to 1L in the plugin. But when you do that the slider display logic looks a little messed up. You have a slider that shows no position. Look into fixing this.

Change History

comment:1 Changed 2012-03-27T10:57:10-05:00 by bdezonia

  • Summary changed from Improve AddAxis to Allow AddAxis to specify an axis size of 1

comment:2 Changed 2012-05-14T11:10:29-05:00 by bdezonia

  • Milestone changed from imagej-2.0.0-beta3 to imagej-2.0.0-beta4

comment:3 Changed 2012-07-17T16:15:46-05:00 by bdezonia

  • Blocking 1339 added

comment:4 Changed 2012-08-23T14:44:27-05:00 by bdezonia

  • Status changed from new to closed
  • Resolution set to wontfix

Note that legacy layer removes axes of trivial size. Otherwise all IJ1 images would have C, Z, and T axes all the time. So this feature not so easy to support. You can create a 1 channel image and then any run of a legacy plugin will kill the axis. Thus supporting this functionality is of limited usefulness. Won't fix.