OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
smile.h
Go to the documentation of this file.
1 #ifndef SMILE_H
2 #define SMILE_H
3 
4 #include "l1.h"
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 void smile_init(int num_bands, int num_detectors, const char* bandinfo_filename,
11  float* detectorWLs, float* detectorE0s);
12 void radcor(l1str *l1rec, int32_t ip, int32_t land, int32_t escorrected);
13 
14 #ifdef __cplusplus
15 }
16 #endif
17 
18 #endif
read l1rec
void smile_init(int num_bands, int num_detectors, const char *bandinfo_filename, float *detectorWLs, float *detectorE0s)
Definition: smile.c:48
void radcor(l1str *l1rec, int32_t ip, int32_t land, int32_t escorrected)
Definition: smile.c:195