NASA Logo
Ocean Color Science Software

ocssw V2022
polcor_oci.h
Go to the documentation of this file.
1 #ifndef POLCOR_OCI_H
2 #define POLCOR_OCI_H
3 
4 #include "l1.h"
5 
6 // C
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10  void polcor_oci(l1str *l1rec, int32_t pixNum);
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 #endif /* POLCOR_OCI_H */
16 
read l1rec
void polcor_oci(l1str *l1rec, int32_t pixNum)
Definition: polcor_oci.cpp:314