set_wavelength_cal
Description:
[
Version ( since =
"1.3.1" ) ]
public void set_wavelength_cal (
double c1,
double c2,
double c3)
Sets the calibration coefficients used to map pixel indexes to wavelengths.
This function will set the 'end' wavelength automatically, potentially overwriting the value set by
set_end.
Parameters:
this |
a Spectrum instance
|
c1 |
the 1st coefficient
|
c2 |
the 2nd coefficient
|
c3 |
the 3rd coefficient
|