Uses of Class
PamguardMVC.PamProcess

Packages that use PamProcess
Acquisition   
AirgunDisplay   
AIS   
amplifier   
angleMeasurement   
backendCInterfase   
beakedWhaleProtocol   
binaryFileStorage   
clickDetector   
clipgenerator   
decimator   
depthReadout   
EdgeDetector   
fftManager   
Filters   
generalDatabase   
GPS   
ishmaelComms   
IshmaelDetector   
IshmaelLocator   
KernelSmoothing   
landMarks   
likelihoodDetectionModule   
likelihoodDetectionModule.linearAverageSpectra   
likelihoodDetectionModule.normalizer   
likelihoodDetectionModule.spectralEti   
likelihoodDetectionModule.thresholdDetector   
listening   
loc3d_Thode   
Localiser   
Map   
NMEA   
noiseMonitor   
PamController   
PamguardMVC   
PamView   
patchPanel   
rocca   
seismicVeto   
soundPlayback   
SoundRecorder   
Spectrogram   
spectrogramNoiseReduction   
terrella   
UserInput   
videoRangePanel   
whistleClassifier   
whistleDetector   
whistlesAndMoans   
whitesWhistleDetector   
WorkshopDemo   
 

Uses of PamProcess in Acquisition
 

Subclasses of PamProcess in Acquisition
 class AcquisitionProcess
          Data acquisition process for all types of input device.
 

Uses of PamProcess in AirgunDisplay
 

Subclasses of PamProcess in AirgunDisplay
 class AirgunProcess
           
 

Uses of PamProcess in AIS
 

Subclasses of PamProcess in AIS
 class ProcessAISData
           
 

Constructors in AIS with parameters of type PamProcess
AISDataBlock(AISControl aisControl, PamProcess parentProcess)
           
 

Uses of PamProcess in amplifier
 

Subclasses of PamProcess in amplifier
 class AmpProcess
           
 

Constructors in amplifier with parameters of type PamProcess
AmplifiedDataBlock(java.lang.String name, PamProcess parentProcess, int channelMap, float sampleRate)
           
AmplifiedDataBlock(java.lang.String name, PamProcess parentProcess, int channelMap, float sampleRate, boolean autoDisplay)
           
 

Uses of PamProcess in angleMeasurement
 

Subclasses of PamProcess in angleMeasurement
 class AngleProcess
           
 

Constructors in angleMeasurement with parameters of type PamProcess
AngleDataBlock(AngleControl angleControl, java.lang.String dataName, PamProcess parentProcess)
           
 

Uses of PamProcess in backendCInterfase
 

Fields in backendCInterfase declared as PamProcess
private  PamProcess BackendProcess.parentProcess
           
 

Constructors in backendCInterfase with parameters of type PamProcess
BackendProcess(PamProcess parentProcess)
           
 

Uses of PamProcess in beakedWhaleProtocol
 

Subclasses of PamProcess in beakedWhaleProtocol
(package private)  class BeakedControl.VideoRangeMonitor
           
 class BeakedProcess
           
 

Constructors in beakedWhaleProtocol with parameters of type PamProcess
BeakedExperimentDataBlock(java.lang.String dataName, PamProcess parentProcess)
           
ShoreStationDataBlock(java.lang.String dataName, PamProcess parentProcess)
           
 

Uses of PamProcess in binaryFileStorage
 

Subclasses of PamProcess in binaryFileStorage
 class BinaryStoreProcess
           
 

Uses of PamProcess in clickDetector
 

Subclasses of PamProcess in clickDetector
 class ClickDetector
          Main click detector process.
 class ClickTrainDetector
           
 class TrackedClickLocaliser
          Something similar to ClickTrainDetector, but working on the output of tracked clicks so that accurate positions for groups of tracked clicks are calculated and can be displayed / stored.
 

Constructors in clickDetector with parameters of type PamProcess
ClickDataBlock(ClickControl clickControl, PamProcess parentProcess, int channelMap)
           
ClickGroupDataBlock(java.lang.Class pduClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
ClickTrainDataBlock(ClickControl clickControl, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
NoiseDataBlock(ClickControl clickControl, PamProcess parentProcess, int channelMap)
           
TrackedClickDataBlock(ClickControl clickControl, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in clipgenerator
 

Subclasses of PamProcess in clipgenerator
 class ClipProcess
           
 

Uses of PamProcess in decimator
 

Subclasses of PamProcess in decimator
 class DecimatorProcess
          Decimates data - i.e.
 

Uses of PamProcess in depthReadout
 

Subclasses of PamProcess in depthReadout
 class DepthProcess
           
 

Uses of PamProcess in EdgeDetector
 

Subclasses of PamProcess in EdgeDetector
 class EdgeProcess
           
 

Uses of PamProcess in fftManager
 

Subclasses of PamProcess in fftManager
 class PamFFTProcess
           
 

Constructors in fftManager with parameters of type PamProcess
FFTDataBlock(java.lang.String dataName, PamProcess parentProcess, int channelMap, int fftHop, int fftLength)
           
 

Uses of PamProcess in Filters
 

Subclasses of PamProcess in Filters
 class FilterProcess
           
 

Uses of PamProcess in generalDatabase
 

Subclasses of PamProcess in generalDatabase
 class DBProcess
           
 

Uses of PamProcess in GPS
 

Subclasses of PamProcess in GPS
 class ProcessHeadingData
           
 class ProcessNmeaData
           
 

Uses of PamProcess in ishmaelComms
 

Subclasses of PamProcess in ishmaelComms
 class ProcessIshmaelData
           
 

Uses of PamProcess in IshmaelDetector
 

Subclasses of PamProcess in IshmaelDetector
 class EnergySumProcess
           
 class IshDetFnProcess
          This is the abstract superclass for all the "Ishmael detectors", i.e., the detection PamProcesses that use a detection function and threshold in the course of doing making detections.
 class IshPeakProcess
           
 class MatchFiltProcess
           
 class SgramCorrProcess
          This implements the spectrogram correlation detector.
 

Uses of PamProcess in IshmaelLocator
 

Subclasses of PamProcess in IshmaelLocator
 class IshLocHyperbProcess
          Two-hydrophone bearing calculation.
 class IshLocPairProcess
          Two-hydrophone bearing calculation.
 class IshLocProcess
          This is a superclass to a "real" localization class.
 

Uses of PamProcess in KernelSmoothing
 

Subclasses of PamProcess in KernelSmoothing
 class KernelSmoothingProcess
           
 

Uses of PamProcess in landMarks
 

Subclasses of PamProcess in landMarks
(package private)  class LandmarkControl.LandmarkProcess
           
 

Constructors in landMarks with parameters of type PamProcess
LandmarkDataBlock(java.lang.String dataName, LandmarkControl landmarkControl, PamProcess parentProcess)
           
 

Uses of PamProcess in likelihoodDetectionModule
 

Subclasses of PamProcess in likelihoodDetectionModule
 class LikelihoodFFTProcess
           
 

Uses of PamProcess in likelihoodDetectionModule.linearAverageSpectra
 

Subclasses of PamProcess in likelihoodDetectionModule.linearAverageSpectra
 class LinearAverageSpectraProcess
          This is the PamProcess implementing the Linear Averaged Spectra processing block for the likelihoodDetectionModule.
 

Uses of PamProcess in likelihoodDetectionModule.normalizer
 

Subclasses of PamProcess in likelihoodDetectionModule.normalizer
 class NormalizerProcess
          This PamProcess implements the normalizer of the likelihood detector.
 

Uses of PamProcess in likelihoodDetectionModule.spectralEti
 

Subclasses of PamProcess in likelihoodDetectionModule.spectralEti
 class SpectralEtiProcess
          The PamProcess which implements the spectralEti signal processing.
 

Uses of PamProcess in likelihoodDetectionModule.thresholdDetector
 

Subclasses of PamProcess in likelihoodDetectionModule.thresholdDetector
 class ThresholdDetectorProcess
          This PamProcess is the main maximum likelihood threshold detector logic.
 

Uses of PamProcess in listening
 

Subclasses of PamProcess in listening
 class ListeningProcess
           
 

Uses of PamProcess in loc3d_Thode
 

Subclasses of PamProcess in loc3d_Thode
 class TowedArray3DProcess
           
 

Uses of PamProcess in Localiser
 

Fields in Localiser declared as PamProcess
private  PamProcess DetectionGroupLocaliser.parentProcess
           
 

Methods in Localiser that return PamProcess
 PamProcess DetectionGroupLocaliser.getParentProcess()
           
 

Constructors in Localiser with parameters of type PamProcess
DetectionGroupLocaliser(PamProcess parentProcess)
           
 

Uses of PamProcess in Map
 

Subclasses of PamProcess in Map
 class MapProcess
          The map needs a process since it now produces data units to go into a data block.
 

Constructors in Map with parameters of type PamProcess
MapCommentDataBlock(java.lang.String dataName, PamProcess parentProcess)
           
 

Uses of PamProcess in NMEA
 

Subclasses of PamProcess in NMEA
 class AcquireNmeaData
           
 

Constructors in NMEA with parameters of type PamProcess
NMEADataBlock(java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in noiseMonitor
 

Subclasses of PamProcess in noiseMonitor
 class NoiseProcess
           
 

Constructors in noiseMonitor with parameters of type PamProcess
NoiseDataBlock(java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in PamController
 

Fields in PamController with type parameters of type PamProcess
private  java.util.ArrayList<PamProcess> PamControlledUnit.pamProcesses
          List of PamProcesses in this unit
 

Methods in PamController that return PamProcess
 PamProcess PamControlledUnit.getPamProcess(int iP)
           
 

Methods in PamController with parameters of type PamProcess
 void PamControlledUnit.addPamProcess(PamProcess pamProcess)
          Adds a PamProcess to the ControlledUnit
 void PamControlledUnit.removePamProcess(PamProcess pamProcess)
          Removes a process.
 

Uses of PamProcess in PamguardMVC
 

Fields in PamguardMVC declared as PamProcess
private  PamProcess Annotation.pamProcess
          PamProcess that created the annotation
protected  PamProcess PamDataBlock.parentProcess
           
 

Methods in PamguardMVC that return PamProcess
 PamProcess Annotation.getPamProcess()
           
 PamProcess PamProcess.getParentProcess()
           
 PamProcess PamDataBlock.getParentProcess()
           
 PamProcess PamProcess.getSourceProcess()
           
 PamProcess PamDataBlock.getSourceProcess()
           
 

Methods in PamguardMVC with parameters of type PamProcess
 void Annotation.setPamProcess(PamProcess pamProcess)
           
 

Constructors in PamguardMVC with parameters of type PamProcess
AcousticDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
Annotation(PamProcess pamProcess, java.lang.Object owner, java.lang.String type, java.lang.String name)
           
PamDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
          PamDataBlock constructor.
PamRawDataBlock(java.lang.String name, PamProcess parentProcess, int channelMap, float sampleRate)
           
PamRawDataBlock(java.lang.String name, PamProcess parentProcess, int channelMap, float sampleRate, boolean autoDisplay)
           
SingletonDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in PamView
 

Fields in PamView declared as PamProcess
protected  PamProcess PamObjectViewer.PamControllerView.firstProcess
           
private  PamProcess PamObjectViewer.PamControllerView.ProcessThing.pamProcess
           
 PamProcess PamObjectViewer.PamProcessView.pamProcess
           
 

Methods in PamView that return PamProcess
 PamProcess PamObjectViewer.PamControllerView.ProcessThing.getPamProcess()
           
 

Methods in PamView with parameters of type PamProcess
 java.awt.Component PamObjectViewer.PamControllerView.findComponent(PamProcess pamProcess)
           
(package private)  java.awt.Color PamObjectViewer.getDataBlockColour(PamProcess pamProcess, PamDataBlock pamDataBlock)
           
(package private)  java.awt.Color PamObjectViewer.getProcessColour(PamProcess pamProcess)
           
 

Constructors in PamView with parameters of type PamProcess
PamObjectViewer.PamControllerView.DataBlockThing(PamProcess pamProcess, PamDataBlock dataBlock)
           
PamObjectViewer.PamControllerView.ProcessThing(PamProcess pamProcess)
           
PamObjectViewer.PamProcessView(PamControlledUnit pamControlledUnit, PamProcess pamProcess)
           
 

Uses of PamProcess in patchPanel
 

Subclasses of PamProcess in patchPanel
 class PatchPanelProcess
           
 

Uses of PamProcess in rocca
 

Subclasses of PamProcess in rocca
 class RoccaProcess
          Main Rocca process
 class RoccaWhistleSelect
           
 

Constructors in rocca with parameters of type PamProcess
RoccaContourDataBlock(PamProcess parentProcess, int channelMap)
           
RoccaSightingDataBlock(PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in seismicVeto
 

Subclasses of PamProcess in seismicVeto
 class VetoProcess
           
 

Uses of PamProcess in soundPlayback
 

Subclasses of PamProcess in soundPlayback
 class PlaybackProcess
          Pam Process for sound playback (corralls data from multiple channels and then passes it on to the PlaybackSystem.
 

Uses of PamProcess in SoundRecorder
 

Subclasses of PamProcess in SoundRecorder
 class RecorderProcess
          Process raw audio data prior to storage.
 

Uses of PamProcess in Spectrogram
 

Subclasses of PamProcess in Spectrogram
 class SpectrogramMarkProcess
          Standard process for any PamControlled unit observing marks made manually on spectrogram displays.
 

Uses of PamProcess in spectrogramNoiseReduction
 

Subclasses of PamProcess in spectrogramNoiseReduction
 class SpectrogramNoiseProcess
           
 

Methods in spectrogramNoiseReduction with parameters of type PamProcess
 Annotation SpecNoiseMethod.getAnnotation(PamProcess pamProcess)
          Get an annotation to go with this method.
 

Uses of PamProcess in terrella
 

Subclasses of PamProcess in terrella
 class TerrellaProcess
           
 

Constructors in terrella with parameters of type PamProcess
TerrellaDataBlock(PamProcess parentProcess)
           
 

Uses of PamProcess in UserInput
 

Subclasses of PamProcess in UserInput
 class UserInputProcess
           
 

Uses of PamProcess in videoRangePanel
 

Subclasses of PamProcess in videoRangePanel
private  class VRControl.AngleListener
           
 class VRProcess
           
 

Constructors in videoRangePanel with parameters of type PamProcess
VRDataBlock(java.lang.String dataName, PamProcess parentProcess)
           
 

Uses of PamProcess in whistleClassifier
 

Subclasses of PamProcess in whistleClassifier
 class WhistleClassifierProcess
          Whistle Classifier process
 

Constructors in whistleClassifier with parameters of type PamProcess
WhistleClasificationDataBlock(PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in whistleDetector
 

Subclasses of PamProcess in whistleDetector
 class BasicPeakDetector
           
 class BetterPeakDetector
           
 class PeakDetector
           
 class WhistleDetector
           
 class WhistleEventDetector
           
 class WhistleLinker
           
 

Constructors in whistleDetector with parameters of type PamProcess
WhistleDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in whistlesAndMoans
 

Subclasses of PamProcess in whistlesAndMoans
 class SpectrogramMedianFilter
           
 class WhistleToneConnectProcess
           
 

Constructors in whistlesAndMoans with parameters of type PamProcess
AbstractWhistleDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in whitesWhistleDetector
 

Subclasses of PamProcess in whitesWhistleDetector
 class WhitesConnectProcess
           
 

Constructors in whitesWhistleDetector with parameters of type PamProcess
AbstractWhistleDataBlock(java.lang.Class unitClass, java.lang.String dataName, PamProcess parentProcess, int channelMap)
           
 

Uses of PamProcess in WorkshopDemo
 

Subclasses of PamProcess in WorkshopDemo
 class WorkshopProcess