OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
cal_l1a_osmi.h
Go to the documentation of this file.
1 #ifndef CALL1A_H
2 #define CALL1A_H
3 #include <stdio.h>
4 #include <stdlib.h>
5 #include <string.h>
6 #include <time.h>
7 #ifndef L1A_H
8 #include "l1a.h"
9 #endif
10 #include "get_cal_osmi.h"
11 #include "call1a_proto_osmi.h"
12 #include "getcal_proto_osmi.h"
13 
14 #define NBANDS 8
15 #define NGAINS 8
16 #define NQUADS 4
17 
18 #endif /*CALL1A_H*/