OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
calibrate_viirs.h
Go to the documentation of this file.
1 #ifndef CALIBRATE_VIIRS_H
2 #define CALIBRATE_VIIRS_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 int load_fcal_lut(char* calfile, int64_t UTC58usec, double ****ftable);
9 
10 #ifdef __cplusplus
11 }
12 #endif
13 #endif
int load_fcal_lut(char *calfile, int64_t UTC58usec, double ****ftable)