NASA Logo
Ocean Color Science Software

ocssw V2022
sst_cloud_mask.cpp File Reference
#include "sst_adt.hpp"
#include "sst_cloud_mask_utils.hpp"
#include "sst.h"
#include "timeutils.h"
Include dependency graph for sst_cloud_mask.cpp:

Go to the source code of this file.

Classes

class  SeaSurfaceTemperatureCalcuations
 
class  SST
 

Namespaces

 cld_mask_sst
 

Functions

void call_sst (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sst_out_2)
 
void call_sses_bias (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_bias_out)
 
void call_sses_std (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_std_out)
 
void call_sst_flags (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int16_t **sst_flags)
 
void call_qual_flags (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int8_t **qual_flags)
 
void call_sses_bias_mean (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_bias_mean_out)
 
void call_dust_correction (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **dust_correction)
 
void call_sses_counts (l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int16_t **sses_counts)
 

Variables

SST sst_obj
 

Function Documentation

◆ call_dust_correction()

void call_dust_correction ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
float **  dust_correction 
)

Definition at line 1958 of file sst_cloud_mask.cpp.

◆ call_qual_flags()

void call_qual_flags ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
int8_t **  qual_flags 
)

Definition at line 1950 of file sst_cloud_mask.cpp.

◆ call_sses_bias()

void call_sses_bias ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
float **  sses_bias_out 
)

Definition at line 1938 of file sst_cloud_mask.cpp.

◆ call_sses_bias_mean()

void call_sses_bias_mean ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
float **  sses_bias_mean_out 
)

Definition at line 1954 of file sst_cloud_mask.cpp.

◆ call_sses_counts()

void call_sses_counts ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
int16_t **  sses_counts 
)

Definition at line 1962 of file sst_cloud_mask.cpp.

◆ call_sses_std()

void call_sses_std ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
float **  sses_std_out 
)

Definition at line 1942 of file sst_cloud_mask.cpp.

◆ call_sst()

void call_sst ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
float **  sst_out_2 
)

Definition at line 1935 of file sst_cloud_mask.cpp.

◆ call_sst_flags()

void call_sst_flags ( l1str *  l1rec,
l1qstr *  l1qrec,
instr *  input,
const char *  product_type,
int16_t **  sst_flags 
)

Definition at line 1946 of file sst_cloud_mask.cpp.