Package beamformer.annotation
Class BeamFormerAnnotation
Beam former annotation that can be added to any data unit as an annotation.
It's a wrapper around a BeamFormerLoclaisation and the localisation
should also be set in the data unit where it can be used by displays,
etc. in the usual way. Adding it as an annotation makes it easy to store the
BF data in the binary store and the database.
- Author:
- Doug Gillespie
-
Constructor Summary
ConstructorDescriptionBeamFormerAnnotation
(DataAnnotationType dataAnnotationType, BeamFormerLocalisation beamFormerLocalisation) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setBeamFormerLocalisation
(BeamFormerLocalisation beamFormerLocalisation) toString()
Methods inherited from class annotation.DataAnnotation
getDataAnnotationType
-
Constructor Details
-
BeamFormerAnnotation
public BeamFormerAnnotation(DataAnnotationType dataAnnotationType, BeamFormerLocalisation beamFormerLocalisation)
-
-
Method Details