Package gpl
Class GPLBeamSelector
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
ConstructorsConstructorDescriptionGPLBeamSelector(PamDataBlock sourceDataBlock, GPLDetectionBlock gplDetectionBlock)  - 
Method Summary
Modifier and TypeMethodDescriptiongetBestDataUnit(ArrayList<GPLDetection> heldDataUnits) Select the best data unit from all channels / sequences.Methods inherited from class beamformer.continuous.BestBeamSelector
addPamData, setSequenceState 
- 
Constructor Details
- 
GPLBeamSelector
 
 - 
 - 
Method Details
- 
getBestDataUnit
Description copied from class:BestBeamSelectorSelect the best data unit from all channels / sequences.- Specified by:
 getBestDataUnitin classBestBeamSelector<GPLDetection>- Parameters:
 heldDataUnits- list of held data units- Returns:
 - best data unit or null (if there were no data units or if none of them were worth keeping)
 
 
 -