Package gpl
Class GPLBeamSelector
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionGPLBeamSelector
(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:BestBeamSelector
Select the best data unit from all channels / sequences.- Specified by:
getBestDataUnit
in 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)
-