OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
xcal.h
Go to the documentation of this file.
1 #ifndef _XCAL_H
2 #define _XCAL_H
3 
4 #include "l1.h"
5 
6 #define XTNTIME 300
7 #define XTNDET 40
8 #define XTNMSIDE 2
9 #define XTNORDER 6
10 #define XRVS 0
11 #define XM12 1
12 #define XM13 2
13 
14 double *get_xcal(l1str *l1rec, int type, int bandnum);
15 double *get_fpm_xcal(char *fpm_file); //added by Sudipta to support FPM based band correction
16 
17 //double *xcal_modis(l1str *l1rec, int type, int bandnum);
18 
19 #endif
read l1rec
double * get_xcal(l1str *l1rec, int type, int bandnum)
Definition: xcal.c:33
double * get_fpm_xcal(char *fpm_file)
Definition: xcal.c:334