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

Opened 2012-07-09T13:13:16-05:00

Last modified 2012-07-27T17:05:00-05:00

Image > Stacks > Tools > Combine broken

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

Description

Create two new 512x512 16-bit images.
Add a z axis of size 4 to each one of them.
Run Image > Stacks > Tools > Combine

In IJ1 doing the equivalent commands you get a multi T slice stack.
In IJ2 you get a multi Z slice stack

This issue might be the same as the issue for #1294.

Change History

comment:1 Changed 2012-07-16T14:16:39-05:00 by bdezonia

  • Blocked By 1331 added

comment:2 Changed 2012-07-16T14:33:45-05:00 by bdezonia

  • Blocking 1331 added
  • Blocked By 1331 removed

comment:3 Changed 2012-07-27T17:05:00-05:00 by bdezonia

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

Verified that IJ1 is returning X, Y, Z dataset. Code in StackWindow animates along this dimension but it is a Z dimension (just not labeled such). IJ2 is working correctly here.