OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
pml.h
Go to the documentation of this file.
1 /*
2  * pml.h
3  *
4  * Compute IOPs from RRS using PML IOP algorithm
5  *
6  * Plymouth Marine Laboratory
7  * UK
8  */
9 
10 #ifndef _PML_H
11 #define _PML_H
12 
13 int pml_is_initialized(void);
14 int pml_init(int iter8, int i410, int i440, int i490, int i510, int i555, int i640, float *aw, float *bbw);
15 
16 #endif
int pml_init(int iter8, int i410, int i440, int i490, int i510, int i555, int i640, float *aw, float *bbw)
Definition: pml.c:60
int pml_is_initialized(void)
Definition: pml.c:42