Uses of Class
Array.HydrophoneLocator
-
Uses of HydrophoneLocator in Array
Modifier and TypeClassDescriptionclass
Master PAMGuard array localiser.class
class
Some abstract class function for hydrophone location that are used by more concrete locators, in particular the StaticHydrophoneLocator and StraightHydrophoneLocatorsclass
Straight Hydrophone Locator, uses GPS heading information from GPS and assumes that the hydrophones are just sticking straight out the back of the boat as though on a rigid stick.class
A threading hydrophone is one that exactly follows the track of the ship.Modifier and TypeMethodDescriptionPamArray.getHydrophoneLocator()
Streamer.getHydrophoneLocator()
HydrophoneLocators.getLocator
(PamArray pamArray, Streamer streamer) abstract HydrophoneLocator
HydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) StraightHydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) ThreadingHydrophoneLocatorSystem.getLocator
(PamArray array, Streamer streamer) Modifier and TypeMethodDescriptionvoid
Streamer.setHydrophoneLocator
(HydrophoneLocator hydrophoneLocator) -
Uses of HydrophoneLocator in tethys.deployment
Modifier and TypeMethodDescriptionvoid
TrackInformation.setHydrophoneLocator
(HydrophoneLocator hydrophoneLocator) ModifierConstructorDescriptionTrackInformation
(OfflineDataMap gpsDataMap, HydrophoneLocator locator)