Class DetectionGrouper<t extends PamDataUnit>
java.lang.Object
Localiser.detectionGroupLocaliser.DetectionGrouper<t>
- Direct Known Subclasses:
 WhistleDetectionGrouper
- 
Constructor Summary
ConstructorsConstructorDescriptionDetectionGrouper(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 booleanmatch(PamDataUnit currentData, PamDataUnit olderData) voidsetupGroups(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
 
 -