public class Calibrator extends ImageProcessingModule
| Constructor and Description |
|---|
Calibrator(java.lang.String cnkNameR,
java.lang.String cnkNameI,
RecordingProperties recProps,
FlatFieldCorrector flatR,
FlatFieldCorrector flatI)
Class constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Calibrate()
Performs the calibration using the images that have been loaded.
|
public Calibrator(java.lang.String cnkNameR,
java.lang.String cnkNameI,
RecordingProperties recProps,
FlatFieldCorrector flatR,
FlatFieldCorrector flatI)
cnkNameR - the name of the star frames chunk for the R filtercnkNameI - the name of the star frames chunk for the I filterrecProps - the recording propertiesflatR - the flat field corrector for the R filterflatI - the flat field corrector for the I filter