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: |
|
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
Last edited 2012-08-24T12:45:44-05:00
by bdezonia
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.
Code inspection shows that I handled it for add/delete data/axes and also for reorder data. Check edit axes code.