Package likelihoodDetectionModule.thresholdDetector

Interface Summary
FilteredConsumer This interface abstracts the consumer of filtered event objects.
 

Class Summary
CurvePeakTracker This class is used to track the time (both sample and milliseconds since 01-01-1970), and the value of a curve.
DetectionFilter This class filters events on a channel if the time passed since the last detection on the same channel is less than a minimum interval.
DetectionKey This class is used to uniquely identify detections.
DetectionTracker This class is used to track statistics about a running detection.
DetectorSQLLogging This class is responsible for writing ThresholdDetectorDataUnits to the database (if configured).
FilteredDetectionWriter This class tracks detections (after the DetectionFilter has done its business) when they are active, collecting statistics such as startTime, duration, and the peak time/energy values.
TestConsumer Implements the FilteredConsumer interface.
Threshold This class performs the actual max likelihood detector logic.
ThresholdDetectorDataUnit This is the Threshold Detectors output data unit.
ThresholdDetectorProcess This PamProcess is the main maximum likelihood threshold detector logic.
UnitTest