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_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
l1rec
read l1rec
Definition:
HOWTO_Add_a_sensor.txt:72
polcor_hawkeye
void polcor_hawkeye(l1str *l1rec, int32_t ip)
Definition:
polcor_hawkeye.cpp:24
l1.h