public interface DetOperHMI
| Modifier and Type | Method and Description |
|---|---|
void |
changeDetectionSettings()
Enables the adjustment of the set of settings.
|
void |
executeDetection()
Executes the whole detection process with the use of the existing set of settings.
|
void |
selectDarkFramesDirectory(java.lang.String darkFramesDirname)
Enables the selection of a directory that contains dark frames to be loaded for flat field correction.
|
void |
selectFlatFramesDirectory(java.lang.String flatFramesDirname)
Enables the selection of a directory that contains flat frames to be loaded for flat field correction.
|
void |
selectMoonFramesDirectory(java.lang.String moonFramesDirname)
Enables the selection of a directory that contains moon frames to loaded for detection.
|
void |
selectObservationPlanFile(java.lang.String obsPlanFilename)
Enables the selection of an observation plan file to be loaded for executing the whole detection process at once.
|
void |
selectOutputDirectory(java.lang.String outputDirname)
Enables the selection of a directory where the output of the detection will be stored.
|
void |
selectStarFramesDirectory(java.lang.String starFramesDirname)
Enables the selection of a directory that contains star frames to be loaded for photometrical calibration.
|
void |
setOperationalMode(int mode)
Switches the operational mode of the NELIOTA system between "test" and "real".
|
void setOperationalMode(int mode)
mode - either DetSys.TEST_MODE or DetSys.REAL_MODEvoid selectObservationPlanFile(java.lang.String obsPlanFilename)
obsPlanFilename - the path to the observation plan filevoid selectMoonFramesDirectory(java.lang.String moonFramesDirname)
moonFramesDirname - the path to the moon frames directoryvoid selectOutputDirectory(java.lang.String outputDirname)
outputDirname - the path to the output directoryvoid selectStarFramesDirectory(java.lang.String starFramesDirname)
starFramesDirname - the path to the star frames directoryvoid selectFlatFramesDirectory(java.lang.String flatFramesDirname)
flatFramesDirname - the path to the flat frames directoryvoid selectDarkFramesDirectory(java.lang.String darkFramesDirname)
darkFramesDirname - the path to the dark frames directoryvoid executeDetection()
void changeDetectionSettings()