Package qa.generator.clusters
Class BeakedWhaleCluster
java.lang.Object
qa.generator.clusters.StandardQACluster
qa.generator.clusters.BeakedWhaleCluster
- All Implemented Interfaces:
 QACluster
- 
Constructor Summary
Constructors - 
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
- 
BeakedWhaleCluster
public BeakedWhaleCluster() 
 - 
 - 
Method Details
- 
getPrimaryDetectorType
Description copied from interface:QAClusterGet 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:QAClusterThe 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:
 getDepthDistributionin interfaceQACluster- Overrides:
 getDepthDistributionin classStandardQACluster- Returns:
 - the depth distribution
 
 
 -