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

Opened 2013-03-15T10:46:28-05:00

Last modified 2013-03-19T10:06:17-05:00

Pull calculator code out of core commands

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej2-b7-ndim-data
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking: #1398

Description

From a chat with ctrueden:

Another thing you could work on is pushing the image calculator ... up out of the "core commands" packages.
...
Image Calculator should call a CalculatorService or similar, which lives in the ImageJ core API, not in core commands.
Let me know if that needs any clarification, or if you disagree.

Change History

comment:1 Changed 2013-03-18T17:09:20-05:00 by bdezonia

This is likely something we cannot easily do. The calculator code relies on Imglib which we don't want in core.

comment:2 Changed 2013-03-19T10:06:05-05:00 by bdezonia

Decided to put in ij-data. Fixed with commit 9d7dc9c5efd8e848b8a975fd572db94841bf0b7d

comment:3 Changed 2013-03-19T10:06:17-05:00 by bdezonia

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