Class SpermWhaleCluster

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

public class SpermWhaleCluster extends StandardQACluster
  • 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

      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