Class BeakedWhaleCluster

java.lang.Object
qa.generator.clusters.StandardQACluster
qa.generator.clusters.BeakedWhaleCluster
All Implemented Interfaces:
QACluster

public class BeakedWhaleCluster extends StandardQACluster
  • Constructor Details

    • BeakedWhaleCluster

      public BeakedWhaleCluster()
  • Method Details

    • getPrimaryDetectorType

      public Class 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

      public QADistribution 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 interface QACluster
      Overrides:
      getDepthDistribution in class StandardQACluster
      Returns:
      the depth distribution