| Constructor and Description | 
|---|
RAHelper(FitParams<I> params,
        FitResults rslts)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
commitRslts(FitParams<I> params,
           FitResults rslts,
           int[] xytPos)
Put results back into the proper position in  
rslts. | 
boolean | 
loadData(float[] transBuffer,
        float[] paramBuffer,
        FitParams<I> params,
        int[] xytPos)
Fill buffers with data from  
params. | 
public RAHelper(FitParams<I> params, FitResults rslts)
public boolean loadData(float[] transBuffer,
                        float[] paramBuffer,
                        FitParams<I> params,
                        int[] xytPos)
params. Starting coordinate specified by xytPos. Skip and return false if
 params.intensityMap is less than intensity threshold.transBuffer - the transient bufferparamBuffer - the parameter bufferparams - the fitting parametersxytPos - the starting position of datafalse if the transient is skipped, true otherwisepublic void commitRslts(FitParams<I> params, FitResults rslts, int[] xytPos)
rslts. An RA in rslts will be skipped if
 params.getXxMap is true.params - the fitting parametersrslts - the result to fill inxytPos - the coordinate of the single-pixel result in maps.Copyright © 2015–2022 FLIMLib. All rights reserved.