ocssw
V2022
|
smile.h File Reference
#include "l1.h"
Include dependency graph for smile.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | smile_init (int num_bands, int num_detectors, const char *bandinfo_filename, float *detectorWLs, float *detectorE0s) |
void | radcor (l1str *l1rec, int32_t ip, int32_t land, int32_t escorrected) |
Function Documentation
◆ radcor()
void radcor | ( | l1str * | l1rec, |
int32_t | ip, | ||
int32_t | land, | ||
int32_t | escorrected | ||
) |
◆ smile_init()
void smile_init | ( | int | num_bands, |
int | num_detectors, | ||
const char * | bandinfo_filename, | ||
float * | detectorWLs, | ||
float * | detectorE0s | ||
) |
Setup the smile correction information.
- Parameters
-
num_bands number of bands for this sensor num_detectors number of detectors (used in detectorWL, detectorE0) bandinfo_filename full path to the band_info.txt file detectorWLs detector central wavelengths (detectorWLs[numDetectors][numBands]) detectorE0s detector solar flux (detectorE0s[numDetectors][numBands])