OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
xcal.h File Reference
#include "l1.h"
Include dependency graph for xcal.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XTNTIME   300
 
#define XTNDET   40
 
#define XTNMSIDE   2
 
#define XTNORDER   6
 
#define XRVS   0
 
#define XM12   1
 
#define XM13   2
 

Functions

double * get_xcal (l1str *l1rec, int type, int bandnum)
 
double * get_fpm_xcal (char *fpm_file)
 

Macro Definition Documentation

◆ XM12

#define XM12   1

Definition at line 11 of file xcal.h.

◆ XM13

#define XM13   2

Definition at line 12 of file xcal.h.

◆ XRVS

#define XRVS   0

Definition at line 10 of file xcal.h.

◆ XTNDET

#define XTNDET   40

Definition at line 7 of file xcal.h.

◆ XTNMSIDE

#define XTNMSIDE   2

Definition at line 8 of file xcal.h.

◆ XTNORDER

#define XTNORDER   6

Definition at line 9 of file xcal.h.

◆ XTNTIME

#define XTNTIME   300

Definition at line 6 of file xcal.h.

Function Documentation

◆ get_fpm_xcal()

double* get_fpm_xcal ( char *  fpm_file)

Definition at line 334 of file xcal.c.

◆ get_xcal()

double* get_xcal ( l1str *  l1rec,
int  type,
int  bandnum 
)

Definition at line 33 of file xcal.c.