|
ocssw
V2022
|
#include <stdlib.h>#include <math.h>#include "l12_proto.h"#include <sensorInfo.h>#include "mph_flags.h"Go to the source code of this file.
Functions | |
| void | allocateFlagsMPH (int numPix) |
| void | allocateFlagsHABS (int numPix) |
| void | habs_meris_ci_corr (float rhos443, float rhos490, float rhos560, float rhos620, float rhos665, float rhos709, float rhos865, float rhos885, float *ci) |
| void | get_habs_ci (l2str *l2rec, l2prodstr *p, float ci[]) |
| void | get_habs_mph (l2str *l2rec, l2prodstr *p, float chl_mph[]) |
| uint8_t * | get_flags_habs_mph (l2str *l2rec) |
| uint8_t * | get_flags_habs_meris (l2str *l2rec) |
| uint8_t * | get_flags_habs_modis (l2str *l2rec) |
| uint8_t * | get_flags_habs (l2str *l2rec) |
Function Documentation
◆ allocateFlagsHABS()
| void allocateFlagsHABS | ( | int | numPix | ) |
Definition at line 42 of file get_habs.c.
◆ allocateFlagsMPH()
| void allocateFlagsMPH | ( | int | numPix | ) |
Definition at line 34 of file get_habs.c.
◆ get_flags_habs()
| uint8_t* get_flags_habs | ( | l2str * | l2rec | ) |
Definition at line 694 of file get_habs.c.
◆ get_flags_habs_meris()
| uint8_t* get_flags_habs_meris | ( | l2str * | l2rec | ) |
Definition at line 484 of file get_habs.c.
◆ get_flags_habs_modis()
| uint8_t* get_flags_habs_modis | ( | l2str * | l2rec | ) |
Definition at line 612 of file get_habs.c.
◆ get_flags_habs_mph()
| uint8_t* get_flags_habs_mph | ( | l2str * | l2rec | ) |
Definition at line 370 of file get_habs.c.
◆ get_habs_ci()
| void get_habs_ci | ( | l2str * | l2rec, |
| l2prodstr * | p, | ||
| float | ci[] | ||
| ) |
Definition at line 85 of file get_habs.c.
◆ get_habs_mph()
| void get_habs_mph | ( | l2str * | l2rec, |
| l2prodstr * | p, | ||
| float | chl_mph[] | ||
| ) |
Definition at line 275 of file get_habs.c.
◆ habs_meris_ci_corr()
| void habs_meris_ci_corr | ( | float | rhos443, |
| float | rhos490, | ||
| float | rhos560, | ||
| float | rhos620, | ||
| float | rhos665, | ||
| float | rhos709, | ||
| float | rhos865, | ||
| float | rhos885, | ||
| float * | ci | ||
| ) |
Definition at line 51 of file get_habs.c.


