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

Opened 2011-11-23T20:01:52-06:00

Last modified 2012-02-06T10:50:53-06:00

SLIMPlugin: Fitting engine rework

Reported by: aivar Owned by: aivar
Priority: major Milestone:
Component: Spectral Lifetime Version:
Severity: serious Keywords:
Cc: Blocked By:
Blocking:

Description

Rearchitecture of the fitting engine:
i) Allow multithreading
ii) Provide API for other IJ plugins to use SLIMCurve and related Java fit code
iii) Make sure all cursor and parameter estimation code works the same as TRI2. Isolate and unify this code so it may be easily swapped out.
iv) Clean up SLIMPlugin/CurveFitter/SLIMCurve interface. (For example, I think I have some parameters hardcoded that ought to be passed in.)

Change History

comment:1 Changed 2011-12-02T20:09:11-06:00 by aivar

  • Status changed from new to accepted

i) Multithreading works (about 70% faster on my dual core, which is not much of a test).
Working on ii-iv.

comment:2 Changed 2012-02-06T10:50:06-06:00 by aivar

Moved to LOCI trac  loci-software#664

comment:3 Changed 2012-02-06T10:50:53-06:00 by aivar

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