Due to the lapse in federal government funding, NASA is not updating this website. We sincerely regret this inconvenience.
NASA Logo
Ocean Color Science Software

ocssw V2022
sst.h
Go to the documentation of this file.
1 #ifndef SST_H
2 #define SST_H
3 #include "l12_proto.h"
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 void call_sst(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sst_out);
8 void call_sses_bias(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type,
9  float **sses_bias_out);
10 void call_sses_bias_mean(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type,
11  float **sses_bias_mean_out);
12 void call_sses_std(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type,
13  float **sses_std_out);
14 void call_sst_flags(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int16 **flags_out);
15 void call_qual_flags(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int8 **qual_out);
16 void call_sses_counts(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type,
17  int16_t **sses_counts);
18 void call_dust_correction(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type,
19  float **dust_correction);
20 #ifdef __cplusplus
21 }
22 #endif
23 #endif
integer, parameter int16
Definition: cubeio.f90:3
void call_sst_flags(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int16 **flags_out)
read l1rec
void call_sses_std(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_std_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)
void call_sses_bias_mean(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_bias_mean_out)
float dust_correction(float dustExtinction, float csenz, float BT39, float BT85, float BT11, float BT12, int32_t sensorID)
Definition: sst_dsdi.c:9
void call_sses_bias(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sses_bias_out)
void call_qual_flags(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, int8 **qual_out)
void call_sst(l1str *l1rec, l1qstr *l1qrec, instr *input, const char *product_type, float **sst_out)