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
l2gen
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
l1rec
read l1rec
Definition:
HOWTO_Add_a_sensor.txt:72
l1.h
polcor_oci
void polcor_oci(l1str *l1rec, int32_t pixNum)
Definition:
polcor_oci.cpp:314