- RAHelper<I extends RealType<I>> - Class in flimlib.flimj.utils
-
- RAHelper(FitParams<I>, FitResults) - Constructor for class flimlib.flimj.utils.RAHelper
-
- rawChisq_target - Variable in class flimlib.flimj.fitworker.AbstractFitWorker
-
The raw chisq target (params.chisq is reduced by DOF)
- refresh(FitParams<FloatType>, FitResults) - Method in class flimlib.flimj.ui.controller.AbstractCtrl
-
The callback called when the controller is supposed to refresh itself based on the parameters
and the results provided by the arguments.
- refresh(FitParams<FloatType>, FitResults) - Method in class flimlib.flimj.ui.controller.ExportCtrl
-
- refresh(FitParams<FloatType>, FitResults) - Method in class flimlib.flimj.ui.controller.PlotCtrl
-
- refresh(FitParams<FloatType>, FitResults) - Method in class flimlib.flimj.ui.controller.PreviewCtrl
-
- refresh(FitParams<FloatType>, FitResults) - Method in class flimlib.flimj.ui.controller.SettingsCtrl
-
- refreshControllers() - Method in class flimlib.flimj.ui.FitProcessor
-
Refreshes all controllers.
- requestRefresh() - Method in class flimlib.flimj.ui.controller.AbstractCtrl
-
Called by external control flow to notify the controller to refresh itself.
- requestUpdate() - Method in class flimlib.flimj.ui.controller.AbstractCtrl
-
Called by the controller to notify the fit processor to perform a fit and other controllers
to update themselves based on the fit results.
- residualBuffer - Variable in class flimlib.flimj.fitworker.AbstractSingleFitWorker
-
Data buffers, all except for transBuffer
are writable
- residuals - Variable in class flimlib.flimj.FitResults
-
The residuals (y - y_fitted) of the fit
- residualsMap - Variable in class flimlib.flimj.FitResults
-
The image representation of residuals of the fit over the the dataset
- restrain - Variable in class flimlib.flimj.FitParams
-
- restraintMax - Variable in class flimlib.flimj.FitParams
-
The fit restraints (min or max) for each parameter.
- restraintMin - Variable in class flimlib.flimj.FitParams
-
The fit restraints (min or max) for each parameter.
- RestrainType - Enum in flimlib
-
- results - Variable in class flimlib.flimj.fitworker.AbstractFitWorker
-
The fit results for this worker
- RET_BAD_FIT_CHISQ_OUT_OF_RANGE - Static variable in class flimlib.flimj.FitResults
-
The return code for a fit that succeeded but has chisq > 1e5
- RET_BAD_FIT_DIVERGED - Static variable in class flimlib.flimj.FitResults
-
The return code for a fit that failed by flimlib
- RET_BAD_SETTING - Static variable in class flimlib.flimj.FitResults
-
The return code for a fit that failed because of improper arguments
- RET_INTENSITY_BELOW_THRESH - Static variable in class flimlib.flimj.FitResults
-
The return code for a fit that was not performed because the intensity is below threshold
- RET_INTERNAL_ERROR - Static variable in class flimlib.flimj.FitResults
-
The return code for a fit that failed because of error in native code (e.g.
- RET_OK - Static variable in class flimlib.flimj.FitResults
-
The return code for a good fit
- RET_UNKNOWN - Static variable in class flimlib.flimj.FitResults
-
The return code for unknown fit status
- retCode - Variable in class flimlib.flimj.FitResults
-
The return code of the fit
- retCodeMap - Variable in class flimlib.flimj.FitResults
-
The image representation of return codes of the fit over the dataset
- RLD_fit(double, double[], int, int, double[], int, double[], double[], double[], double[], double[], double[], double) - Static method in class flimlib.FLIMLib
-
- RLD_fit(double, double[], int, int, double[], int, double[], double[], double[], double[], double[], double[], double) - Static method in class flimlib.FLIMLibJNI
-
- RLDFitWorker<I extends RealType<I>> - Class in flimlib.flimj.fitworker
-
- RLDFitWorker(FitParams<I>, FitResults, OpEnvironment) - Constructor for class flimlib.flimj.fitworker.RLDFitWorker
-
- RLDSingleFitRAI() - Constructor for class flimlib.flimj.DefaultFitRAI.RLDSingleFitRAI
-
- roiMask - Variable in class flimlib.flimj.FitParams
-
The ROI mask (test() returns true on interested regions)
- run() - Method in class flimlib.flimj.ui.FLIMJCommand
-
- valueOf(String) - Static method in enum flimlib.FitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flimlib.flimj.ui.FitProcessor.FitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flimlib.NoiseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum flimlib.RestrainType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum flimlib.FitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flimlib.flimj.ui.FitProcessor.FitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flimlib.NoiseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum flimlib.RestrainType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableScaleAxis - Class in flimlib.flimj.ui
-
A variable (log/linear) scale axis implementation for JavaFX 2 charts.
- VariableScaleAxis() - Constructor for class flimlib.flimj.ui.VariableScaleAxis
-
Creates a autoranging log axis.
- VariableScaleAxis(double, double, double) - Constructor for class flimlib.flimj.ui.VariableScaleAxis
-
Creates a fixed range log axis.
- VariableScaleAxis.AxisRange - Class in flimlib.flimj.ui
-
The bean for passing range information.