Ticket #28 (closed task: fixed)
Reimplement problematic NR SLIM-curve routines
| Reported by: | curtis | Owned by: | aivar |
|---|---|---|---|
| Priority: | major | Milestone: | progress-report |
| Component: | ij-analysis | Version: | |
| Severity: | non-issue | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: |
Description
In partnership with Paul Barber at Oxford, we are developing a library of curve routines for combined spectral lifetime data, called SLIM-curve. Paul originally wrote these routines for his TRI2 program.
We are looking to release SLIM-curve as a separate open-source library, but there are licensing issues with a few functions which are based on code from Numerical Recipes—specifically, these functions:
- gaussj
- jacobi
- gammln
- gcf
- gser
- gammp
- mrqmin
As such, we need to recode them using an alternative implementation or from scratch. Libraries possibly useful in this endeavor include the GNU Scientific Library and the Flanagan Java Scientific Library.
Change History
Note: See
TracTickets for help on using
tickets.

Aivar, what's the status of this work? Most if not all is complete, right?