Class PeakPosition

java.lang.Object
Localiser.algorithms.PeakPosition

public class PeakPosition extends Object
Information about a peak found by PeakSearch algorithms.
Author:
Doug Gillespie
  • Constructor Details

    • PeakPosition

      public PeakPosition(double bin, double height)
  • Method Details

    • getBin

      public double getBin()
      Returns:
      the bin
    • setBin

      public void setBin(double bin)
      Parameters:
      bin - the bin to set
    • getHeight

      public double getHeight()
      Returns:
      the height
    • setHeight

      public void setHeight(double height)
      Parameters:
      height - the height to set