OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_f0.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "l1.h"
Include dependency graph for get_f0.c:

Go to the source code of this file.

Functions

int get_f0_neckel (int32_t wl, int32_t width, float *f0)
 
int get_f0_neckel_ (int32_t *wl, int32_t *width, float *f0)
 
int get_f0_thuillier (int32_t wl, int32_t width, float *f0)
 
int get_f0_thuillier_ (int32_t *wl, int32_t *width, float *f0)
 
void get_f0_thuillier_ext (int32_t wl, int32_t width, float *f0)
 
int get_f0_thuillier_ext_ (int32_t *wl, int32_t *width, float *f0)
 

Function Documentation

◆ get_f0_neckel()

int get_f0_neckel ( int32_t  wl,
int32_t  width,
float *  f0 
)

Definition at line 5 of file get_f0.c.

◆ get_f0_neckel_()

int get_f0_neckel_ ( int32_t *  wl,
int32_t *  width,
float *  f0 
)

Definition at line 67 of file get_f0.c.

◆ get_f0_thuillier()

int get_f0_thuillier ( int32_t  wl,
int32_t  width,
float *  f0 
)

Definition at line 71 of file get_f0.c.

◆ get_f0_thuillier_()

int get_f0_thuillier_ ( int32_t *  wl,
int32_t *  width,
float *  f0 
)

Definition at line 133 of file get_f0.c.

◆ get_f0_thuillier_ext()

void get_f0_thuillier_ext ( int32_t  wl,
int32_t  width,
float *  f0 
)

Definition at line 137 of file get_f0.c.

◆ get_f0_thuillier_ext_()

int get_f0_thuillier_ext_ ( int32_t *  wl,
int32_t *  width,
float *  f0 
)

Definition at line 208 of file get_f0.c.