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

Opened 2012-08-24T12:32:47-05:00

Last modified 2012-09-06T16:57:01-05:00

Make sure calibration values are maintained

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

Description

Some commands restructure data. Make sure that the calibration metadata is maintained in the process.

Change History

comment:1 Changed 2012-08-24T12:33:49-05:00 by bdezonia

Code inspection shows that I handled it for add/delete data/axes and also for reorder data. Check edit axes code.

Last edited 2012-08-24T12:45:44-05:00 by bdezonia

comment:2 Changed 2012-08-24T12:34:11-05:00 by bdezonia

  • Blocking 1343 added

comment:3 Changed 2012-08-24T12:47:20-05:00 by bdezonia

Fixed EditAxes calibration maintenance with commit 15062934b9c47b3d2b1c6db24ff7c7998e571c52

comment:4 Changed 2012-08-24T12:58:40-05:00 by bdezonia

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

Further code inspection seems to imply we are maintaining calibration correctly throughout the code base.

comment:5 Changed 2012-09-06T16:57:01-05:00 by bdezonia

  • Blocking 1345 added; 1343 removed