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
oel_hdf4
libseawifs
st_lt.h
Go to the documentation of this file.
1
#ifndef ST_LT_H
2
#define ST_LT_H
3
4
#include <stdio.h>
5
#include <stdlib.h>
6
#include <time.h>
7
#include "
st_proto.h
"
8
#include "
cf.h
"
9
10
#define BT 0
11
#define AT -1
12
#define DIAG -2
13
#define BLANK -10
14
#define NO 1
15
#define RIGHT 2
16
#define LEFT 3
17
18
#ifdef TRUE
19
#undef TRUE
20
#endif
21
22
#define TRUE 1
23
#define FALSE 0
24
#define DONE 1
25
#define NOTDONE 0
26
#define MAXLINES 5
27
#define GACLINES 3
28
#define MAXSAMPS 1285
29
#define GACSAMPS 248
30
#define NBANDS 8
31
#define GAINS 4
32
#define KNEES 5
33
34
#define max(A, B) ((A) > (B) ? (A) : (B))
35
#define min(A, B) ((A) < (B) ? (A) : (B))
36
37
#endif
/* ST_LT_H */
st_proto.h
cf.h