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 #1294 (closed defect: fixed)

Opened 2012-07-09T11:53:00-05:00

Last modified 2012-07-27T10:39:09-05:00

3d Project command results not like IJ1

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b4-plugins
Component: Legacy Compatibility Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1331, #1345

Description

Open Organ Of Corti
Run Image > Stacks > 3d Project
Use all the defaults in the dialog

In IJ1 you get a multichannel image with 36 time points. You can alter T slider and see the image rotate

In IJ2 you get a multichannel image with 15 z planes. You cannot affect any rotation view.

Change History

comment:1 Changed 2012-07-09T13:13:48-05:00 by bdezonia

Might be related to #1297.

comment:2 Changed 2012-07-16T14:18:20-05:00 by bdezonia

  • Blocked By 1331 added

comment:3 Changed 2012-07-16T14:34:30-05:00 by bdezonia

  • Blocking 1331 added
  • Blocked By 1331 removed

comment:4 Changed 2012-07-26T15:58:38-05:00 by bdezonia

  • Blocking 1345 added

comment:5 Changed 2012-07-27T10:39:09-05:00 by bdezonia

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

Fixed with commit 49489b3eff34fac467510569210668a5dd7bf032. We now update the tracking of the current window in methods were overrode via Javassist.

This change could necessitate extra testing!