Class DetectionGrouper<t extends PamDataUnit>
java.lang.Object
Localiser.detectionGroupLocaliser.DetectionGrouper<t>
- Direct Known Subclasses:
WhistleDetectionGrouper
-
Constructor Summary
ConstructorDescriptionDetectionGrouper
(PamControlledUnit pamControlledUnit, PamDataBlock<t> sourceDataBlock) -
Method Summary
Modifier and TypeMethodDescriptionfindGroups
(t pamDetection) Call this just before a detection is added to a PamDataBlock so that localisation information can be added to the detection before it goes off into the PAMGUARD system.abstract boolean
match
(PamDataUnit currentData, PamDataUnit olderData) void
setupGroups
(GroupedSourceParameters groupedSourceParameters)
-
Constructor Details
-
DetectionGrouper
-
-
Method Details
-
setupGroups
-
findGroups
Call this just before a detection is added to a PamDataBlock so that localisation information can be added to the detection before it goes off into the PAMGUARD system.- Parameters:
pamDetection
- new Detection- Returns:
- list of matches to this detection.
-
match
-