ocssw
V2022
|
#include "PGS_MET.h"
#include "GEO_product.h"
#include "GEO_main.h"
#include "GEO_output.h"
#include "GEO_geo.h"
#include "L1a_data.h"
Include dependency graph for GEO_update_L1A_metadata.c:
Go to the source code of this file.
Macros | |
#define | INVENTORY_METADATA 1 |
#define | MAX_STRINGS 6 |
#define | META_BUF_SIZE ((MAX_STRINGS-1) * PGSd_PC_UREF_LENGTH_MAX) |
#define | ACTUAL_META 14 |
#define | ARCHIVE_META 16 |
#define | EQUAT_META 0 /* Starting index for equator metadata. */ |
#define | GRING_META 4 /* Starting index for GRing metadata. */ |
#define | BOUND_META 8 /* starting index for bounding coords metadata */ |
#define | DOI_META 12 |
Functions | |
PGSt_SMF_status | GEO_update_L1A_metadata (MODFILE *const l1a_file, GEO_GRing_struct *const GRing_points, EPH_metadata_struct *const EPH_metadata, GEO_bcoord_struct *const bounding_coords) |
Macro Definition Documentation
◆ ACTUAL_META
#define ACTUAL_META 14 |
◆ ARCHIVE_META
#define ARCHIVE_META 16 |
◆ BOUND_META
◆ DOI_META
#define DOI_META 12 |
◆ EQUAT_META
◆ GRING_META
◆ INVENTORY_METADATA
#define INVENTORY_METADATA 1 |
◆ MAX_STRINGS
#define MAX_STRINGS 6 |
◆ META_BUF_SIZE
#define META_BUF_SIZE ((MAX_STRINGS-1) * PGSd_PC_UREF_LENGTH_MAX) |
Function Documentation
◆ GEO_update_L1A_metadata()
PGSt_SMF_status GEO_update_L1A_metadata | ( | MODFILE *const | l1a_file, |
GEO_GRing_struct *const | GRing_points, | ||
EPH_metadata_struct *const | EPH_metadata, | ||
GEO_bcoord_struct *const | bounding_coords | ||
) |
Definition at line 8 of file GEO_update_L1A_metadata.c.