public class FitResults extends Object
xxMap
are image representations of the particular attribute.
Other fields are not intended to be used by external programs and should be
ignored when this object is processed with in the fitting ops.Modifier and Type | Field and Description |
---|---|
float |
chisq
The reduced chi-squared of the fit.
|
Img<FloatType> |
chisqMap
The image representation of reduced chi-squared of the fit over the the dataset
|
float[] |
fitted
The fitted transients of the fit
|
Img<FloatType> |
fittedMap
The image representation of fitted transients of the fit over the the dataset
|
Img<FloatType> |
intensityMap
The image representation of the intensity distribution obtained by
summing up photon counts.
|
int |
ltAxis
The index of lifetime and parameter axis
|
float[] |
param
The fitted parameters of the fit
|
Img<FloatType> |
paramMap
The image representation of fitted parameters of the fit over the the dataset
|
float[] |
residuals
The residuals (y - y_fitted) of the fit
|
Img<FloatType> |
residualsMap
The image representation of residuals of the fit over the the dataset
|
static int |
RET_BAD_FIT_CHISQ_OUT_OF_RANGE
The return code for a fit that succeeded but has chisq > 1e5
|
static int |
RET_BAD_FIT_DIVERGED
The return code for a fit that failed by flimlib
|
static int |
RET_BAD_SETTING
The return code for a fit that failed because of improper arguments
|
static int |
RET_INTENSITY_BELOW_THRESH
The return code for a fit that was not performed because the intensity is below threshold
|
static int |
RET_INTERNAL_ERROR
The return code for a fit that failed because of error in native code (e.g.
|
static int |
RET_OK
The return code for a good fit
|
static int |
RET_UNKNOWN
The return code for unknown fit status
|
int |
retCode
The return code of the fit
|
Img<IntType> |
retCodeMap
The image representation of return codes of the fit over the dataset
|
Constructor and Description |
---|
FitResults() |
Modifier and Type | Method and Description |
---|---|
FitResults |
copy()
Create a new instance of
FitResults with shallow copy (maps are
not duplicated). |
public static final int RET_OK
public static final int RET_BAD_FIT_DIVERGED
public static final int RET_BAD_FIT_CHISQ_OUT_OF_RANGE
public static final int RET_BAD_SETTING
public static final int RET_INTENSITY_BELOW_THRESH
public static final int RET_INTERNAL_ERROR
public static final int RET_UNKNOWN
public int ltAxis
public int retCode
public Img<IntType> retCodeMap
public Img<FloatType> intensityMap
public float[] param
public Img<FloatType> paramMap
public float[] fitted
public Img<FloatType> fittedMap
public float[] residuals
public Img<FloatType> residualsMap
public float chisq
public FitResults copy()
FitResults
with shallow copy (maps are
not duplicated).Copyright © 2015–2022 FLIMLib. All rights reserved.