NASA Logo
Ocean Color Science Software

ocssw V2022
sst.c File Reference
#include "sst.h"
Include dependency graph for sst.c:

Go to the source code of this file.

Functions

float * get_sst_dust_correction (l2str *l2rec)
 
float * get_bias_sst (l2str *l2rec)
 
float * get_bias_sst4 (l2str *l2rec)
 
float * get_bias_sst_triple (l2str *l2rec)
 
float * get_stdv_sst (l2str *l2rec)
 
int16 * get_counts_sst (l2str *l2rec)
 
int16 * get_counts_sst4 (l2str *l2rec)
 
int16 * get_counts_sst_triple (l2str *l2rec)
 
float * get_stdv_sst4 (l2str *l2rec)
 
float * get_stdv_sst_triple (l2str *l2rec)
 
int8 * get_qual_sst (l2str *l2rec)
 
int8 * get_qual_sst4 (l2str *l2rec)
 
int8 * get_qual_sst_triple (l2str *l2rec)
 
int16 * get_flags_sst (l2str *l2rec)
 
int16 * get_flags_sst4 (l2str *l2rec)
 
int16 * get_flags_sst_triple (l2str *l2rec)
 
float * get_sst (l2str *l2rec)
 
float * get_sst4 (l2str *l2rec)
 
float * get_sst_triple (l2str *l2rec)
 
float * get_bias_mean_sst (l2str *l2rec)
 
float * get_bias_mean_sst4 (l2str *l2rec)
 
float * get_bias_mean_sst_triple (l2str *l2rec)
 

Function Documentation

◆ get_bias_mean_sst()

float* get_bias_mean_sst ( l2str *  l2rec)

Get the means SSES bias for SST.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 259 of file sst.c.

◆ get_bias_mean_sst4()

float* get_bias_mean_sst4 ( l2str *  l2rec)

Get the means SSES bias for SST4.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 272 of file sst.c.

◆ get_bias_mean_sst_triple()

float* get_bias_mean_sst_triple ( l2str *  l2rec)

Get the means SSES bias for SST3.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 285 of file sst.c.

◆ get_bias_sst()

float* get_bias_sst ( l2str *  l2rec)

Retrive the bias SSES for SST (both VIIRS and MODIS)

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 22 of file sst.c.

◆ get_bias_sst4()

float* get_bias_sst4 ( l2str *  l2rec)

Retrive the bias SSES for SST4 (MODIS)

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 35 of file sst.c.

◆ get_bias_sst_triple()

float* get_bias_sst_triple ( l2str *  l2rec)

Retrive the bias SSES for SST3 (VIIRS)

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 48 of file sst.c.

◆ get_counts_sst()

int16* get_counts_sst ( l2str *  l2rec)

Retrive Counts SSES for SST.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 74 of file sst.c.

◆ get_counts_sst4()

int16* get_counts_sst4 ( l2str *  l2rec)

Retrive Counts SSES for SST4.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 87 of file sst.c.

◆ get_counts_sst_triple()

int16* get_counts_sst_triple ( l2str *  l2rec)

Retrive Counts SSES for SST3.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 100 of file sst.c.

◆ get_flags_sst()

int16* get_flags_sst ( l2str *  l2rec)

Retrive Cloud Mask Flags for SST.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 179 of file sst.c.

◆ get_flags_sst4()

int16* get_flags_sst4 ( l2str *  l2rec)

Retrive Cloud Mask Flags for SST4.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 193 of file sst.c.

◆ get_flags_sst_triple()

int16* get_flags_sst_triple ( l2str *  l2rec)

Retrive Cloud Mask Flags for SST3.

Parameters
l2rec- l2 record
Returns
int16* - pointer to array

Definition at line 206 of file sst.c.

◆ get_qual_sst()

int8* get_qual_sst ( l2str *  l2rec)

Retrive Qual level (0-5) for SST.

Parameters
l2rec- l2 record
Returns
int8* - pointer to array

Definition at line 139 of file sst.c.

◆ get_qual_sst4()

int8* get_qual_sst4 ( l2str *  l2rec)

Retrive Qual level for SST4.

Parameters
l2rec- l2 record
Returns
int8* - pointer to array

Definition at line 153 of file sst.c.

◆ get_qual_sst_triple()

int8* get_qual_sst_triple ( l2str *  l2rec)

Retrive Qual level for SST3.

Parameters
l2rec- l2 record
Returns
int8* - pointer to array

Definition at line 166 of file sst.c.

◆ get_sst()

float* get_sst ( l2str *  l2rec)

Get the sst for SST.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 219 of file sst.c.

◆ get_sst4()

float* get_sst4 ( l2str *  l2rec)

Get the sst for SST4.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 233 of file sst.c.

◆ get_sst_dust_correction()

float* get_sst_dust_correction ( l2str *  l2rec)

Retrive the dust SST correction for MODIS and product SST *.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 9 of file sst.c.

◆ get_sst_triple()

float* get_sst_triple ( l2str *  l2rec)

Get the sst for SST3.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 246 of file sst.c.

◆ get_stdv_sst()

float* get_stdv_sst ( l2str *  l2rec)

Retrive the STD bias SSES for SST.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 61 of file sst.c.

◆ get_stdv_sst4()

float* get_stdv_sst4 ( l2str *  l2rec)

Retrive the STD bias SSES for SST4.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 113 of file sst.c.

◆ get_stdv_sst_triple()

float* get_stdv_sst_triple ( l2str *  l2rec)

Retrive the STD bias SSES for SST3.

Parameters
l2rec- l2 record
Returns
float* - pointer to array

Definition at line 126 of file sst.c.