Ticket #599 (closed defect: fixed)
Opened 2011-06-13T16:26:11-05:00
Last modified 2011-06-15T11:48:39-05:00
The various axis related plugins are not consistent with IJ1
Reported by: | bdezonia | Owned by: | bdezonia |
---|---|---|---|
Priority: | major | Milestone: |
|
Component: | Core | Version: | |
Severity: | serious | Keywords: | |
Cc: | Blocked By: | ||
Blocking: |
Description
The new IJ2 plugins that deal with data axes (such as Add Data and Delete Data) currently take input of axis posiiton relative to 0. IJ1's slice numbers are relative to 1. Decide if we must propagate this 1-based decision forward. If so fix the plugins to work 1-relative.
Made Add Data, Delete Data, and Delete Axis use 1-based slice positions. This makes them more consistent with IJ1.
Going forward decide if 0-relative is something we want to support.