OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
polcor_hawkeye.h
Go to the documentation of this file.
1 /*
2  * File: polcor_hawkeye.h
3  * Author: dshea
4  *
5  * Created on October 19, 2018, 2:53 PM
6  */
7 
8 #ifndef POLCOR_HAWKEYE_H
9 #define POLCOR_HAWKEYE_H
10 
11 
12 #include "l1.h"
13 
14 #ifdef __cplusplus
15 extern "C" {
16 #endif
17 
18  void polcor_hawkeye(l1str *l1rec, int32_t ip);
19 
20 
21 #ifdef __cplusplus
22 }
23 #endif
24 
25 #endif /* POLCOR_HAWKEYE_H */
26 
read l1rec
void polcor_hawkeye(l1str *l1rec, int32_t ip)