Class HyperbolicParams

java.lang.Object
Localiser.algorithms.timeDelayLocalisers.hyperbolic.HyperbolicParams
All Implemented Interfaces:
Serializable, Cloneable, ManagedParameters

public class HyperbolicParams extends Object implements Serializable, Cloneable, ManagedParameters
Holds settings for hyperbolic loclaiser.
Author:
Jamie Macaulay
See Also:
  • Field Details

    • LOC_3D

      public static final int LOC_3D
      3D localisation.
      See Also:
    • LOC_2D_Z

      public static final int LOC_2D_Z
      2D on the x,y plane
      See Also:
    • LOC_2D_X

      public static final int LOC_2D_X
      2D on the y,z plane
      See Also:
    • LOC_2D_Y

      public static final int LOC_2D_Y
      2D on the x,z plane.
      See Also:
    • currentType

      public int currentType
      The current type of hyperbolic localiser to use.
    • calcErrors

      public boolean calcErrors
      Calculates errors from a random distribution of time delay errors
    • bootStrapN

      public int bootStrapN
      Number of iterations to calculate error. More=more computational time per localisation;
    • crossCorrError

      public double crossCorrError
      The cross correlation error in bins.
  • Constructor Details

    • HyperbolicParams

      public HyperbolicParams()
  • Method Details