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 #393 (closed task: fixed)

Opened 2011-03-23T13:40:48-05:00

Last modified 2011-03-30T14:37:16-05:00

Make core plugins work on actual data

Reported by: bdezonia Owned by: bdezonia
Priority: major Milestone: imagej-2.0-alpha1
Component: Core Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Most of the core plugins deal with transforming Image data. They take Datasets as input. Since the @Parameter Dataset code is not in place the input Dataset to these plugins is always null. Therefore these plugins hatch their own test data (searching for "junkImage" should find them) and do not actually manipulate an existing Dataset.

Get the @Parameter Dataset code working. Remove test scaffolding. Test the plugins are correct using the ProbeTool.

(this ticket may have a cousin somewhere. I thought I entered this before but can no longer find it.)

Change History

comment:1 Changed 2011-03-23T13:44:16-05:00 by bdezonia

  • Summary changed from Remove test scaffolding within core plugins to Make core plugins work on actual data

Some infrastructure will be needed for this

  • a Dataset prompter
  • an index of exisitng Datasets
  • tracking the active display and the active dataset

comment:2 Changed 2011-03-30T14:37:16-05:00 by bdezonia

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