#include <stdio.h>
#include <math.h>
#include <netcdf.h>
#include <gsl/gsl_fit.h>
#include "l12_proto.h"
#include "sensorDefs.h"
Go to the source code of this file.
|
| void | getRamanCoeff (int grpid, char *varName, float *variable) |
| |
| void | raman_pixel_alloc (l2str *l2rec) |
| |
| void | get_raman_coeffs (l2str *l2rec) |
| |
| void | set_raman_aph_uv (l2str *l2rec, int ip) |
| |
| void | fit_raman_tsol (l2str *l2rec, int ip) |
| |
| void | raman_qaa (l2str *l2rec, int ip) |
| |
| void | raman_and_sensor_iops () |
| |
| void | raman_k_func (l2str *l2rec, int ip) |
| |
| void | raman_radtran_ed (l2str *l2rec, int ip) |
| |
| void | raman_cor_lee1 (l2str *l2rec, int ip) |
| |
| void | raman_cor_westberry (l2str *l2rec, int ip) |
| |
| void | raman_cor_lee2 (l2str *l2rec, int ip) |
| |
| void | run_raman_cor (l2str *l2rec, int ip) |
| |
◆ LEE1994
◆ LEE2013
◆ NORAMAN
◆ WAVEMAX
◆ WAVEMIN
◆ WESTBERRY2013
◆ fit_raman_tsol()
| void fit_raman_tsol |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ get_raman_coeffs()
| void get_raman_coeffs |
( |
l2str * |
l2rec | ) |
|
◆ getRamanCoeff()
| void getRamanCoeff |
( |
int |
grpid, |
|
|
char * |
varName, |
|
|
float * |
variable |
|
) |
| |
◆ raman_and_sensor_iops()
| void raman_and_sensor_iops |
( |
| ) |
|
◆ raman_cor_lee1()
| void raman_cor_lee1 |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ raman_cor_lee2()
| void raman_cor_lee2 |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ raman_cor_westberry()
| void raman_cor_westberry |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ raman_k_func()
| void raman_k_func |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ raman_pixel_alloc()
| void raman_pixel_alloc |
( |
l2str * |
l2rec | ) |
|
◆ raman_qaa()
| void raman_qaa |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ raman_radtran_ed()
| void raman_radtran_ed |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ run_raman_cor()
| void run_raman_cor |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |
◆ set_raman_aph_uv()
| void set_raman_aph_uv |
( |
l2str * |
l2rec, |
|
|
int |
ip |
|
) |
| |