OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
Preprocess.h File Reference
#include "L1B_Tables.h"
Include dependency graph for Preprocess.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  DN_OBC_Avg_t
 
struct  Preprocess_Refl_t
 
struct  Preprocess_Emiss_t
 
struct  Preprocess_Data_t
 

Macros

#define MOON_INSIDE_SV_KOB   1
 
#define MOON_OUTSIDE_SV_KOB   0
 
#define UNDETERMINED_MOON_IN_SV_KOB   -1
 

Enumerations

enum  FP_Index_t { FP_VIS, FP_NIR, FP_SMIR, FP_LWIR }
 

Functions

PGSt_SMF_status Preprocess_L1A_Data (lookup_tables_t *tables, L1A_granule_t *L1A_Gran, L1B_granule_t *L1B_Gran, QA_Data_t *QA, Preprocess_Data_t *PP)
 

Macro Definition Documentation

◆ MOON_INSIDE_SV_KOB

#define MOON_INSIDE_SV_KOB   1

Definition at line 107 of file Preprocess.h.

◆ MOON_OUTSIDE_SV_KOB

#define MOON_OUTSIDE_SV_KOB   0

Definition at line 108 of file Preprocess.h.

◆ UNDETERMINED_MOON_IN_SV_KOB

#define UNDETERMINED_MOON_IN_SV_KOB   -1

Definition at line 109 of file Preprocess.h.

Enumeration Type Documentation

◆ FP_Index_t

enum FP_Index_t
Enumerator
FP_VIS 
FP_NIR 
FP_SMIR 
FP_LWIR 

Definition at line 110 of file Preprocess.h.

Function Documentation

◆ Preprocess_L1A_Data()

PGSt_SMF_status Preprocess_L1A_Data ( lookup_tables_t tables,
L1A_granule_t L1A_Gran,
L1B_granule_t L1B_Gran,
QA_Data_t QA,
Preprocess_Data_t PP 
)

Definition at line 899 of file Preprocess.c.