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 #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: biweekly-2011: Jun-06 to Jun-17
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.

Change History

comment:1 Changed 2011-06-14T12:14:31-05:00 by bdezonia

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.

comment:2 Changed 2011-06-15T11:48:39-05:00 by bdezonia

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

I think the approach should be 0-relative for API and 1-relative for UI. No need to keep this ticket open.