ocssw
V2022
|
wavelength_3d.cpp
Go to the documentation of this file.
16 //--------------------------------------------------------------------------------------------------------
17 //If user input for wavelength_3d_str is empty, populate wavelength_3d_str indexes and size with all wavelengths
27 //--------------------------------------------------------------------------------------------------------
61 cout << "Error: Input wavelengths in \"wavelength_3d\" not in ascending order at " << array[i+1] << endl;
65 //--------------------------------------------------------------------------------------------------------
81 //--------------------------------------------------------------------------------------------------------
150 input->wavelength_3d_index = (int *)realloc(input->wavelength_3d_index, (n + 1) * sizeof(int*));
155 //--------------------------------------------------------------------------------------------------------
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
void get_wavelength3d(const filehandle *l1file, instr *input)
Definition: wavelength_3d.cpp:11