|
ocssw
1.0
|
#include "L1B_Tables.h"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 |
Defines | |
| #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) |
| #define MOON_INSIDE_SV_KOB 1 |
Definition at line 107 of file Preprocess.h.
| #define MOON_OUTSIDE_SV_KOB 0 |
Definition at line 108 of file Preprocess.h.
| #define UNDETERMINED_MOON_IN_SV_KOB -1 |
Definition at line 109 of file Preprocess.h.
| enum FP_Index_t |
Definition at line 110 of file Preprocess.h.
| 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.
1.7.6.1