NOTICE! This is a static HTML version of a legacy LOCI Software ticket.

LOCI projects are now located on GitHub. The Bio-Formats project can be found here.

Ticket #688 (closed enhancement: fixed)

Opened 2012-03-29T15:18:34-05:00

Last modified 2012-03-30T19:03:14-05:00

Creating fractional intensity and fractional contribution images from A images

Reported by: fong Owned by: aivar
Priority: major Milestone:
Component: slim-plugin Severity: serious
Keywords: Cc:
Blocked By: Blocking:

Description

The A (amplitude values) are not that helpful for lifetime users. It would very helpful to instead give an option to create fractional intensity images and fractional contribution images (only for biexp fits).

For biexp. fracIntensity1 = A1/(A1+A2); fracIntensity2 = A2/(A1+A2);

fracContrib1 = (A1*Tau1) / (A1*Tau1 + A2*Tau2) fracContrib2 = (A2*Tau2) / (A1*Tau1 + A2*Tau2)

Change History

comment:1 Changed 2012-03-29T15:45:11-05:00 by curtis

  • Owner changed from curtis to aivar
  • Component changed from build to slim-plugin

comment:2 Changed 2012-03-30T19:03:14-05:00 by aivar

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

When doing bi- and tri-exponential fits, the "Fitted Images" drop down in the "Fit" tab of the UI panel has options for showing "f" fractional contribution and "F" fractional intensity images.

(Note that the current selection of combinations of available fitted images could be expanded. For bi-exponential its "A T Z X2"/"A T X2"/"A T"/"T X2"/"T"/"X2"/"F"/"f". Other combinations such as "T F" could be added. I went with a drop down list of canned combinations rather than a list of checkboxes for each kind of fitted image. Of course this latter approach would be more flexible in offering any possible combination. The drop down list is more concise and doesn't jump around as much when you switch from mono- to bi- to tri-exponential. I figured there would be common combinations that people would use.)