- java.lang.Object
-
- org.scijava.ops.flim.MeanLifetimes
-
public class MeanLifetimes extends Object
Ops pertaining to mean lifetime calculation- Author:
- Dasong Gao, Gabriel Selzer
-
-
Constructor Summary
Constructors Constructor Description MeanLifetimes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Img<FloatType>defaultMeanLifetime(FitResults rslt)
-
-
-
Method Detail
-
defaultMeanLifetime
public static Img<FloatType> defaultMeanLifetime(FitResults rslt)
- Parameters:
rslt- the results from fitting an image- Returns:
- the mean lifetime
- Implementation Note:
- op names="flim.tauMean", type=Function
-
-