Uses of Class
clickDetector.ClickDetection
Packages that use ClickDetection
Package
Description
-
Uses of ClickDetection in clickDetector
Methods in clickDetector that return ClickDetectionModifier and TypeMethodDescriptionClickTrainDetection.getLastClick()RainbowFile.getNextClick()Get the next clicks from the file.ClickBTDisplay.getSelectedClick()ClickSpectrum.getStoredClick()Methods in clickDetector that return types with arguments of type ClickDetectionModifier and TypeMethodDescriptionClickDataBlock.getDatablockSpeciesManager()ClickDetector.getOutputClickData()Methods in clickDetector with parameters of type ClickDetectionModifier and TypeMethodDescriptionvoidTrackedClickDataBlock.addPamData(ClickDetection pamDataUnit) intClickTrainDetection.addSubDetection(ClickDetection click) voidClickBTDisplay.clickedOnClick(ClickDetection click) protected voidClickControl.clickedOnClick(ClickDetection click) voidClickDisplay.clickedOnClick(ClickDetection click) protected voidClickDisplayManager.clickedOnClick(ClickDetection click) voidClickSpectrum.clickedOnClick(ClickDetection click) voidClickWaveform.clickedOnClick(ClickDetection click) voidConcatenatedSpectrogram.clickedOnClick(ClickDetection click) voidWignerPlot.clickedOnClick(ClickDetection click) booleanClickDetector.completeClick(ClickDetection newClick) Once a click is detected, does everything else to it such as calculate bearing, check species, send to click train detector, etc.static doubleClickTrainDetection.getClickAngle(ClickDetection click) Get the most useful angle to use in a click.ClickDetector.getDelayMeasurementParams(ClickDetection pamDetection) Get appropriate delay measurement parameters depending on the click type.voidClickSpectrum.getEventClick(ClickDetection newClick) protected OfflineEventDataUnitTrackedClickLocaliser.groupClicks(ClickDetection newClick, int whaleId) protected ClickTrainDetectionClickTrainDetector.matchClickIntoGroup(ClickDetection newClick) double[]ClickDetector.measureDelays(ClickDetection click) Measure time delays between raw waveforms within a single click detection (multiple channels within) a single group.booleanClickBinaryModuleFooter.newClick(ClickDetection click) voidClickBTDisplay.newClick(ClickDetection clickDataUnit) voidClickSpectrum.newClick(ClickDetection newClick) voidClickWaveform.newClick(ClickDetection newClick) protected ClickTrainDetectionClickTrainDetector.processClick(ClickDetection newClick) voidTrackedClickLocaliser.removeClick(ClickDetection click) Remove a click from a click train.booleanRainbowFile.reWriteClick(ClickDetection click) voidClickBTDisplay.setSelectedClick(ClickDetection selectedClick) Set the currently selected clickprotected voidClickSpectrum.showClick(ClickDetection newClick) voidClickWaveform.showClick(ClickDetection click) voidTrackedClickLocaliser.trackClick(ClickDetection click, int whaleId) Track a click.booleanClickDetector.wantClick(ClickDetection click, ClickIdInformation idInfo) Return true if the click should be processed and stored.booleanClickFileStorage.writeClick(ClickDetection click) booleanRainbowFile.writeClick(ClickDetection click) booleanClickFileStorage.writeClickHeader(ClickDetection click) booleanRainbowFile.writeClickHeader(ClickDetection click) Constructors in clickDetector with parameters of type ClickDetectionModifierConstructorDescriptionClickLocalisation(ClickDetection parentDetection, int locContents, int referenceHydrophones, int subArrayType, PamVector[] arrayOrientation) Constructor parameters in clickDetector with type arguments of type ClickDetectionModifierConstructorDescriptionClickAlarmManager(ClickControl clickControl, PamDataBlock<ClickDetection> clickDataBlock) Main ConstructorClickTrainDetector(ClickControl clickControl, PamDataBlock<ClickDetection> clickDataBlock) -
Uses of ClickDetection in clickDetector.ClickClassifiers
Methods in clickDetector.ClickClassifiers with parameters of type ClickDetectionModifier and TypeMethodDescriptiondoubleClickIdentifier.getClickLength(ClickDetection click) Returns the click length for the sweep classifier, using the times returned by the SweepClassifierWorker method getLengthData.doubleNullClassifier.getClickLength(ClickDetection click) Returns the click length for the sweep classifier, using the times returned by the SweepClassifierWorker method getLengthData.ClickIdentifier.getParamsInfo(ClickDetection click) NullClassifier.getParamsInfo(ClickDetection click) double[]ClickIdentifier.getPeakSearchRange(ClickDetection click) return the peak/mean frequency search range for the sweep classifier, or a null.double[]NullClassifier.getPeakSearchRange(ClickDetection click) method used to get peak frequency search range from sweep identifier.ClickBlockSpeciesManager.getSpeciesCode(ClickDetection dataUnit) ClickIdentifier.getSymbol(ClickDetection click) NullClassifier.getSymbol(ClickDetection click) ClickIdentifier.getZeroCrossingStats(ClickDetection click) return the zeroCrossingStats object in the case of the sweep classifier, or a null.NullClassifier.getZeroCrossingStats(ClickDetection click) ClickIdentifier.identify(ClickDetection click) Identify a click detection as a click type.NullClassifier.identify(ClickDetection click) -
Uses of ClickDetection in clickDetector.ClickClassifiers.basic
Methods in clickDetector.ClickClassifiers.basic with parameters of type ClickDetectionModifier and TypeMethodDescriptiondoubleBasicClickIdentifier.getClickLength(ClickDetection click) Returns the click length for the sweep classifier, using the times returned by the SweepClassifierWorker method getLengthData.BasicClickIdentifier.getParamsInfo(ClickDetection click) double[]BasicClickIdentifier.getPeakSearchRange(ClickDetection click) method used to get peak frequency search range from sweep identifier.BasicClickIdentifier.getSymbol(ClickDetection click) BasicClickIdentifier.getZeroCrossingStats(ClickDetection click) method used to get zero crossing data from sweep identifier.BasicClickIdentifier.identify(ClickDetection click) Identifies a click. -
Uses of ClickDetection in clickDetector.ClickClassifiers.basicSweep
Methods in clickDetector.ClickClassifiers.basicSweep with parameters of type ClickDetectionModifier and TypeMethodDescriptionstatic int[][]SweepClassifierWorker.createLengthData(ClickDetection click, int nChannels, double lengthdB, int lengthSmoothing) Creates a 2D array of length data[channels][start/end]static int[][]SweepClassifierWorker.createLengthData(ClickDetection click, int nChannels, double lengthdB, int lengthSmoothing, boolean enableFFTFilter, FFTFilterParams fftFilterParams) Creates a 2D array of length data[channels][start/end]doubleSweepClassifier.getClickLength(ClickDetection click) Returns the click length, using the times returned by the SweepClassifierWorker method getLengthData.int[][]SweepClassifierWorker.getLengthData(ClickDetection click, SweepClassifierSet scs) Creates a 2D array of length data[channels][start/end]SweepClassifier.getParamsInfo(ClickDetection click) double[]SweepClassifier.getPeakSearchRange(ClickDetection click) Returns the frequency search range defined for peak frequency testing 2014/08/03 MO Split the function to first check for a valid click type set.SweepClassifier.getSymbol(ClickDetection click) SweepClassifier.getZeroCrossingStats(ClickDetection click) Returns the zeroCrossingStats variable, used as an identifier in the Rocca interface.SweepClassifierWorker.getZeroCrossingStats(ClickDetection click) Returns the zeroCrossingStats variable, used as an identifier in the Rocca interface.SweepClassifier.identify(ClickDetection click) SweepClassifierWorker.identify(ClickDetection click) Classifiy the click based on a sequential list of clicks classifiers. -
Uses of ClickDetection in clickDetector.echoDetection
Methods in clickDetector.echoDetection with parameters of type ClickDetectionModifier and TypeMethodDescriptionbooleanEchoDetector.isEcho(ClickDetection clickDetection) Test to see if a single click is an echo or not.booleanJamieEchoDetector.isEcho(ClickDetection clickDetection) booleanSimpleEchoDetector.isEcho(ClickDetection clickDetection) -
Uses of ClickDetection in clickDetector.offlineFuncs
Methods in clickDetector.offlineFuncs with parameters of type ClickDetectionModifier and TypeMethodDescriptionintClicksOffline.addBTMenuItems(Container menu, OverlayMark overlayMark, ClickBTDisplay btDisplay, boolean hasZoom, ClickDetection clickedClick) Add menu items associated with right mouse actions on bearing time displaybooleanClickBearingTask.processDataUnit(ClickDetection click) booleanClickDelayTask.processDataUnit(ClickDetection click) booleanClickReClassifyTask.processDataUnit(ClickDetection click) booleanClickTrainClass.processDataUnit(ClickDetection dataUnit) booleanClickWaveTask.processDataUnit(ClickDetection click) booleanEchoDetectionTask.processDataUnit(ClickDetection dataUnit) Constructors in clickDetector.offlineFuncs with parameters of type ClickDetectionModifierConstructorDescriptionOfflineEventDataUnit(ClickDetection firstClick) OfflineEventDataUnit(String eventType, Integer nominalEventId, ClickDetection firstClick) Called whena new event is created. -
Uses of ClickDetection in clickDetector.tdPlots
Methods in clickDetector.tdPlots with parameters of type ClickDetectionModifier and TypeMethodDescriptionstatic PamSymbolClickDetSymbolChooser.getClickSymbol(ClickIdentifier clickIdentifier, ClickDetection click, int colourType) Deprecated. -
Uses of ClickDetection in clickDetector.waveCorrector
Methods in clickDetector.waveCorrector with parameters of type ClickDetectionModifier and TypeMethodDescriptionstatic BooleanWaveCorrector.showDialog(Window frame, ClickControl clickControl, ClickDetection clickDetection, int[] channels, double[] waveStarts, double markLength) -
Uses of ClickDetection in rocca
Methods in rocca that return ClickDetectionModifier and TypeMethodDescriptionRoccaContourDataBlock.getClickDetection()RoccaContourDataBlock.getClickNoise()RoccaProcess.getLatestClickNoise()Methods in rocca with parameters of type ClickDetectionModifier and TypeMethodDescriptionRoccaProcess.newClickDetectorData(ClickDetection clickDetection) Takes a ClickDetection created in the Click detector, and copies the data into a RoccaContourDataBlock for further analysis and classification.voidRoccaContourDataBlock.setClickDetection(ClickDetection clickDetection) Sets the clickDetection parameter.voidRoccaContourDataBlock.setClickNoise(ClickDetection clickNoise) voidRoccaProcess.setLatestClickNoise(ClickDetection latestClickNoise) -
Uses of ClickDetection in targetMotionModule.panels
Constructors in targetMotionModule.panels with parameters of type ClickDetection