OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_habs.c File Reference
#include <stdlib.h>
#include <math.h>
#include "l12_proto.h"
#include <sensorInfo.h>
#include "mph_flags.h"
Include dependency graph for get_habs.c:

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 673 of file get_habs.c.

◆ get_flags_habs_meris()

uint8_t* get_flags_habs_meris ( l2str *  l2rec)

Definition at line 470 of file get_habs.c.

◆ get_flags_habs_modis()

uint8_t* get_flags_habs_modis ( l2str *  l2rec)

Definition at line 591 of file get_habs.c.

◆ get_flags_habs_mph()

uint8_t* get_flags_habs_mph ( l2str *  l2rec)

Definition at line 356 of file get_habs.c.

◆ get_habs_ci()

void get_habs_ci ( l2str *  l2rec,
l2prodstr *  p,
float  ci[] 
)

Definition at line 81 of file get_habs.c.

◆ get_habs_mph()

void get_habs_mph ( l2str *  l2rec,
l2prodstr *  p,
float  chl_mph[] 
)

Definition at line 261 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.