메소드 | 설명 | |
---|---|---|
CreatePointsFromFit ( double cavityVoltages, double fitCoefficients ) : double[] |
A helper function. generates a bunch of points from a some fit coefficients.
|
|
FitLorenzianToData ( double voltages, double signal ) : double[] |
메소드 | 설명 | |
---|---|---|
fitFailSafe ( double coefficients, double limitLow, double limitHigh ) : double[] | ||
getMax ( double data ) : dataPoint | ||
getMin ( double data ) : dataPoint |
public static CreatePointsFromFit ( double cavityVoltages, double fitCoefficients ) : double[] | ||
cavityVoltages | double | |
fitCoefficients | double | |
리턴 | double[] |
public static FitLorenzianToData ( double voltages, double signal ) : double[] | ||
voltages | double | |
signal | double | |
리턴 | double[] |