A sphere with three ocean waves in differing shades of blue. Next to the sphere, there is the bolded text "Ocean Color". Under that, there are two acronyms, separated by a vertical pipe: OB.DAAC (Ocean Biology Distributed Active Archive Center) and OBPG (Ocean Biology Processing Group).
Lorem
ipsum
dolor
sit
amet
Toggle navigation
Ocean Color Science Software
Jump to content
ocssw
V2022
web
ocssw
ocssw_src
src
landbin
calib_get_cal.h
Go to the documentation of this file.
1
#ifndef GETCAL_H
2
#define GETCAL_H
3
#include <stdio.h>
4
#include <stdlib.h>
5
#include <ctype.h>
6
#include "mfhdf.h"
7
8
#define BANDS 8
9
#define DETS 4
10
#define GAINS 4
11
#define KNEE 4
12
#define TIME "Time"
13
#define RDERR -2
14
#define TMERR -3
15
#define BUFERR -4
16
17
#define TEMPS "temps"
18
#define TDILIST "TDI_list"
19
#define SCANMOD "scan_mod"
20
21
#define REFYEAR "Reference Year"
22
#define REFDAY "Reference Day"
23
#define REFMIN "Reference Minute"
24
#define ENTRY_YEAR "entry_year"
25
#define ENTRY_DAY "entry_day"
26
#define SYEAR "syear"
27
#define SDAY "sday"
28
#define SMSEC "smsec"
29
#define EYEAR "eyear"
30
#define EDAY "eday"
31
#define EMSEC "emsec"
32
#define GAC "gac"
33
34
#define CAL_CLASS "Calibration"
35
36
#endif
/* GETCAL_H */