Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
oel_hdf4
libl1
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
l1rec
read l1rec
Definition:
HOWTO_Add_a_sensor.txt:72
get_xcal
double * get_xcal(l1str *l1rec, int type, int bandnum)
Definition:
xcal.c:33
l1.h
get_fpm_xcal
double * get_fpm_xcal(char *fpm_file)
Definition:
xcal.c:334
MDN.parameters.type
type
Definition:
parameters.py:9