Package Localiser.algorithms
Class PeakPosition2D
java.lang.Object
Localiser.algorithms.PeakPosition2D
Peak position in a 2D array.
- Author:
 - Doug Gillespie
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
PeakPosition2D
public PeakPosition2D(double bin0, double bin1, double height) - Parameters:
 height-binX- Peak X (first dimension)binY- Peak Y (second dimension)
 
 - 
 - 
Method Details
- 
getHeight
public double getHeight()- Returns:
 - the height
 
 - 
setHeight
public void setHeight(double height) - Parameters:
 height- the height to set
 - 
getBin0
public double getBin0()- Returns:
 - the bin0
 
 - 
setBin0
public void setBin0(double bin0) - Parameters:
 bin0- the bin0 to set
 - 
getBin1
public double getBin1()- Returns:
 - the bin1
 
 - 
setBin1
public void setBin1(double bin1) - Parameters:
 bin1- the bin1 to set
 
 -