Package group3dlocaliser
Class Group3DProcess
java.lang.Object
PamguardMVC.PamProcess
group3dlocaliser.Group3DProcess
- All Implemented Interfaces:
DetectionGroupMonitor
,PamObserver
,ProcessAnnotator
-
Constructor Summary
ConstructorDescriptionGroup3DProcess
(Group3DLocaliserControl group3DControl) Process for 3D localisation based on multiple hydrophone clusters. -
Method Summary
Modifier and TypeMethodDescriptionvoid
masterClockUpdate
(long timeMilliseconds, long sampleNumber) void
newData
(PamObservable o, PamDataUnit pamDataUnit) void
newGroupedDataSet
(DetectionGroupedSet detectionGroupedSet1) The detection grouper has decided a load of detections are associated and provides 1 or more lists of units depending on how they are all combined - generally with far too many options ...void
notifyModelChanged
(int changeType) void
pamStart()
Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway).void
pamStop()
Stops the process.void
Called for each process before any of them receive the PamStart commandvoid
updateData
(PamObservable o, PamDataUnit pamDataUnit) Informs the PamObserver that existing data have been updatedMethods inherited from class PamguardMVC.PamProcess
absMillisecondsToSamples, absSamplesToMilliseconds, addData, addMultiPlexDataBlock, addOutputDataBlock, changedThreading, clearOldData, createAnnotations, destroyProcess, dumpBufferStatus, flushDataBlockBuffers, getAncestorDataBlock, getAnnotation, getChainPosition, getCompatibleDataUnits, getCpuPercent, getFrequencyRange, getLastSourceNotificationObject, getLastSourceNotificationType, getMuiltiplexDataBlock, getNumAnnotations, getNumMuiltiplexDataBlocks, getNumOutputDataBlocks, getObserverName, getObserverObject, getOfflineData, getOfflineData, getOutputDataBlock, getOutputDataBlocks, getPamControlledUnit, getParentDataBlock, getParentDataBlocks, getParentProcess, getProcessCheck, getProcessName, getRawSourceDataBlock, getRawSourceDataBlock, getRequiredDataHistory, getSampleRate, getSourceDataBlock, getSourceProcess, hasOutputDatablock, isCanMultiThread, isExternalProcess, isMultiplex, makePamProcess, noteNewSettings, prepareProcessOK, processNewBuoyData, receiveSourceNotification, relMillisecondsToSamples, relSamplesToMilliseconds, removeAllDataBlocks, removeAllMultiPlexDataBlocks, removeMultiPlexDataBlock, removeObservable, removeOutputDatablock, resetDataBlocks, saveViewerData, setCanMultiThread, setExternalProcess, setMultiplex, setParentDataBlock, setParentDataBlock, setProcessCheck, setProcessName, setSampleRate, setupProcess, toString
-
Constructor Details
-
Group3DProcess
Process for 3D localisation based on multiple hydrophone clusters.(It is possible to have a single hydrophone in a cluster, so really this is just a new, cleaner, implementation of a 3D localiser).
- Parameters:
group3DControl
-
-
-
Method Details
-
prepareProcess
public void prepareProcess()Description copied from class:PamProcess
Called for each process before any of them receive the PamStart command- Overrides:
prepareProcess
in classPamProcess
-
pamStart
public void pamStart()Description copied from class:PamProcess
Called for each process to tell it to start (may not be necessary for processes which are listening for data anyway).- Specified by:
pamStart
in classPamProcess
-
pamStop
public void pamStop()Description copied from class:PamProcess
Stops the process.- Specified by:
pamStop
in classPamProcess
-
notifyModelChanged
public void notifyModelChanged(int changeType) - Overrides:
notifyModelChanged
in classPamProcess
-
masterClockUpdate
public void masterClockUpdate(long timeMilliseconds, long sampleNumber) - Specified by:
masterClockUpdate
in interfacePamObserver
- Overrides:
masterClockUpdate
in classPamProcess
-
newData
- Overrides:
newData
in classPamProcess
-
updateData
Description copied from interface:PamObserver
Informs the PamObserver that existing data have been updated- Specified by:
updateData
in interfacePamObserver
- Overrides:
updateData
in classPamProcess
-
newGroupedDataSet
Description copied from interface:DetectionGroupMonitor
The detection grouper has decided a load of detections are associated and provides 1 or more lists of units depending on how they are all combined - generally with far too many options ...- Specified by:
newGroupedDataSet
in interfaceDetectionGroupMonitor
-
getGroup3dDataBlock
- Returns:
- the group3dDataBlock
-
getLocaliserAlgorithm3D
- Returns:
- the localiserAlgorithm3D
-