Package qa.generator.clusters
Class SpermWhaleCluster
java.lang.Object
qa.generator.clusters.StandardQACluster
qa.generator.clusters.SpermWhaleCluster
- All Implemented Interfaces:
QACluster
-
Constructor Summary
ConstructorDescriptionUsing rms 186 from Mathias (2018) + 3 for 0-p, Generating sequences of 20 clicks so can use click train detection. -
Method Summary
Modifier and TypeMethodDescriptionThe depth distribution for the species cluster.Get the primary detection type in the form of a class type for a PamDataUnit.Methods inherited from class qa.generator.clusters.StandardQACluster
getFrequencyRange, getName, getSequenceGenerator, getSoundGenerator, getVersion, setSequenceGenerator, setSoundGenerator
-
Constructor Details
-
SpermWhaleCluster
public SpermWhaleCluster()Using rms 186 from Mathias (2018) + 3 for 0-p, Generating sequences of 20 clicks so can use click train detection. Mean ICI 0.5s (not very important,so want reasonably fast to get it over with, ici can very by up to .17s)
-
-
Method Details
-
getPrimaryDetectorType
Description copied from interface:QACluster
Get the primary detection type in the form of a class type for a PamDataUnit.
This will be used to set a default primary detector prior to the user selecting one.- Returns:
- type of primary detector (generally whistles or clicks).
-
getDepthDistribution
Description copied from interface:QACluster
The depth distribution for the species cluster. This can be null in which case 0 will be used. Remember that PAMGuard uses height, not depth, however, so that distributions that don't allow negative numbers (gamma) can be used, this will genuinely produce a positive number for a real animal depth and whatever uses this distribution will flip it's sign.
Depths will be generated independently for each sequence and will be constant within each sequence.- Specified by:
getDepthDistribution
in interfaceQACluster
- Overrides:
getDepthDistribution
in classStandardQACluster
- Returns:
- the depth distribution
-