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

Opened 2013-01-08T13:35:01-06:00

Last modified 2013-01-08T13:36:18-06:00

Read legacy text tables into ResultsTables

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

Description

We should write a class that can load a legacy text table formatted file as a IJ2 ResultsTable.

Change History

comment:1 Changed 2013-01-08T13:36:18-06:00 by bdezonia

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

With commit 95f478222081a794a41102e1fbd3b30dfea60105 a TablerLoader class was created (ported from IJ1's TextReader class) that parses old table formatted files and returns the result in a ResultsTable.