- Dec - Variable in class esa.neliota.observation.ObjectProperties
-
- Dec - Variable in class esa.neliota.observation.StandardStar
-
- Dec_rate - Variable in class esa.neliota.observation.ObjectProperties
-
- Declination - Class in esa.neliota.observation
-
Provides functions for parsing and converting Declination objects.
- Declination(double, double, double) - Constructor for class esa.neliota.observation.Declination
-
Class constructor, given the declination in mixed format.
- Declination(double) - Constructor for class esa.neliota.observation.Declination
-
Class constructor, given the declination in decimal degrees.
- degrees - Variable in class esa.neliota.observation.Declination
-
- deleteDirectory(String, boolean) - Method in class esa.neliota.general.interfaces.OdStoIF
-
Deletes a directory from the storage.
- deleteFile(String) - Method in class esa.neliota.general.interfaces.OdStoIF
-
Deletes a file from the storage.
- Detect() - Method in class esa.neliota.detection.AdaptiveBackgroundSubtraction
-
Detects objects on the current frame by:
1) subtracting the background from the frame
2) thresholding the differences to indicate potential pixels
3) forms objects by using connected component analysis
4) finally, it selectively updates the background
- detect() - Static method in class esa.neliota.detection.DetSys
-
Launches the detection processing stage.
- detectedConnectedComponents - Variable in class esa.neliota.detection.DetectionAlgorithm
-
- DetectionAlgorithm - Class in esa.neliota.detection
-
An abstract class for detection algorithms.
- DetectionAlgorithm(String, RecordingProperties, AlgorithmProperties, FlatFieldCorrector) - Constructor for class esa.neliota.detection.DetectionAlgorithm
-
Class constructor, specifying the name of the raw frames chunk to be processed, the size properties of the frames, the parameters of the detection algorithm and a FlatFieldCorrector object.
- DetectionInProgressPanel - Class in esa.neliota.detection
-
The panel that is used for displaying images during processing.
- DetectionInProgressPanel(DetSysController) - Constructor for class esa.neliota.detection.DetectionInProgressPanel
-
Create the panel.
- Detector - Class in esa.neliota.detection
-
A thread that uses a couple of DetectionAlgorithm objects, each processing the sequence of frames for a different filter, combines their detected objects and produces EventRecord objects, which contain the information of detected objects over time.
- Detector(String, String, File, RecordingProperties, RecordingProperties, AlgorithmProperties, FlatFieldCorrector, FlatFieldCorrector) - Constructor for class esa.neliota.detection.Detector
-
Class constructor
- detectors - Static variable in class esa.neliota.detection.DetSys
-
- DetOperHMI - Interface in esa.neliota.detection
-
Defines the functions that are required for obtaining input from the DetOper.
- DetSys - Class in esa.neliota.detection
-
The main module of the NELIOTA software for the detection domain.
- DetSys() - Constructor for class esa.neliota.detection.DetSys
-
- DetSysController - Class in esa.neliota.detection
-
The Graphical User Interface (GUI) to the DetOper.
- DetSysController() - Constructor for class esa.neliota.detection.DetSysController
-
Class constructor.
- DisplayMoonRADec(ObjectProperties, ObjectProperties) - Method in class esa.neliota.observation.PlannerFrame
-
Display the position of the Moon at the specified time points
- DisplayObservationInterval(TimeInterval) - Method in class esa.neliota.observation.PlannerFrame
-
Display the information about the observation time interval
- displayProcessingStageInfo(String) - Method in class esa.neliota.detection.DetectionInProgressPanel
-
Displays message about which processing stage is on, e.g.
- displayProcessingStageInfo(String) - Method in class esa.neliota.detection.DetSysController
-
Displays message about which processing stage is on, e.g.
- DisplayResultMessage(String) - Method in class esa.neliota.observation.PlannerFrame
-
Displays an information message on the panel
- DisplayStandardStar(StandardStar) - Method in class esa.neliota.observation.PlannerFrame
-
Display information about a standard star
- drawROIinI(int, int, int, int) - Method in class esa.neliota.detection.DetectionInProgressPanel
-
Draws a rectangle on the I frame, to indicate a Region Of Interest (ROI)
- drawROIinI(int, int, int, int) - Method in class esa.neliota.detection.DetSysController
-
Draws a rectangle on the I frame, to indicate a Region Of Interest (ROI)
- drawROIinR(int, int, int, int) - Method in class esa.neliota.detection.DetectionInProgressPanel
-
Draws a rectangle on the R frame, to indicate a Region Of Interest (ROI)
- drawROIinR(int, int, int, int) - Method in class esa.neliota.detection.DetSysController
-
Draws a rectangle on the R frame, to indicate a Region Of Interest (ROI)