Package detectionPlotFX.plots
Class WignerData
java.lang.Object
detectionPlotFX.plots.WignerData
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidaddDataLine(ComplexArray complexArray, int imageBin) Add a date line.double[][]Get the Wigner data.voidresetData(int bins) Reset the curretn data.voidsetWignerData(double[][] calcWignerData) Set the Wigner data 
- 
Constructor Details
- 
WignerData
public WignerData() 
 - 
 - 
Method Details
- 
resetData
public void resetData(int bins) Reset the curretn data.- Parameters:
 bins- - the number of bins for the new data.
 - 
addDataLine
Add a date line. Nearest neighbour averaging.- Parameters:
 complexArray- - the complex array for a line of the raw wigner dataimageBin- - the image bin index
 - 
setWignerData
public void setWignerData(double[][] calcWignerData) Set the Wigner data- Parameters:
 calcWignerData- - an N x M array representing a wigner surface
 - 
getWignerData
public double[][] getWignerData()Get the Wigner data.- Returns:
 - an array representing a wigner surface
 
 
 -