ocssw
V2022
|
Include dependency graph for Metadata.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | L1B_Gran_Metadata_t |
Macros | |
#define | E_VECTOR_SIZE 2 |
#define | NUM_THERMISTORS 12 |
#define | SERIAL_NUMBER_SIZE 30 |
#define | MAX_DATE_TIME_SIZE 30 |
#define | NUM_DCR_VALUE 550 |
Functions | |
PGSt_SMF_status | Gran_Meta_Cal (L1A_granule_t *, L1B_granule_t *, Preprocess_Data_t *, QA_Data_t *, L1B_Scan_Metadata_t *, L1B_Gran_Metadata_t *) |
PGSt_SMF_status | Write_Gran_Metadata (Run_Time_Parameters_t *runtime_params, L1B_Gran_Metadata_t *L1B_Gran_Meta, QA_Data_t *QA, Preprocess_Data_t *PP, lookup_tables_t *tables, L1A_granule_t *L1A_Gran, boolean skip_night_hi_res) |
Macro Definition Documentation
◆ E_VECTOR_SIZE
#define E_VECTOR_SIZE 2 |
Definition at line 63 of file Metadata.h.
◆ MAX_DATE_TIME_SIZE
#define MAX_DATE_TIME_SIZE 30 |
Definition at line 66 of file Metadata.h.
◆ NUM_DCR_VALUE
#define NUM_DCR_VALUE 550 |
Definition at line 67 of file Metadata.h.
◆ NUM_THERMISTORS
#define NUM_THERMISTORS 12 |
Definition at line 64 of file Metadata.h.
◆ SERIAL_NUMBER_SIZE
#define SERIAL_NUMBER_SIZE 30 |
Definition at line 65 of file Metadata.h.
Function Documentation
◆ Gran_Meta_Cal()
PGSt_SMF_status Gran_Meta_Cal | ( | L1A_granule_t * | , |
L1B_granule_t * | , | ||
Preprocess_Data_t * | , | ||
QA_Data_t * | , | ||
L1B_Scan_Metadata_t * | , | ||
L1B_Gran_Metadata_t * | |||
) |
Definition at line 1203 of file Metadata.c.
◆ Write_Gran_Metadata()
PGSt_SMF_status Write_Gran_Metadata | ( | Run_Time_Parameters_t * | runtime_params, |
L1B_Gran_Metadata_t * | L1B_Gran_Meta, | ||
QA_Data_t * | QA, | ||
Preprocess_Data_t * | PP, | ||
lookup_tables_t * | tables, | ||
L1A_granule_t * | L1A_Gran, | ||
boolean | skip_night_hi_res | ||
) |
Definition at line 75 of file Metadata.c.