ocssw
V2022
|
#include "PGS_MODIS_35251.h"
#include "GEO_global_arrays.h"
#include "GEO_output.h"
#include "GEO_product.h"
#include "GEO_validation.h"
Include dependency graph for GEO_write_scan_metadata.c:
Go to the source code of this file.
Macros | |
#define | DIMSDIM 3 |
#define | MAXMSGBUFFLEN 200 |
#define | CB_VECTOR_NUMVALUES 9 |
Functions | |
PGSt_SMF_status | GEO_write_scan_metadata (int const scan_number, l1a_data_struct const *const l1a_data, celestial_bodies_struct const *const cb_vectors, MODFILE *const geo_file, PGSt_double const rpy[], uint32 frame_quality[][MAX_FRAMES]) |
Macro Definition Documentation
◆ CB_VECTOR_NUMVALUES
#define CB_VECTOR_NUMVALUES 9 |
Definition at line 9 of file GEO_write_scan_metadata.c.
◆ DIMSDIM
#define DIMSDIM 3 |
Definition at line 7 of file GEO_write_scan_metadata.c.
◆ MAXMSGBUFFLEN
#define MAXMSGBUFFLEN 200 |
Definition at line 8 of file GEO_write_scan_metadata.c.
Function Documentation
◆ GEO_write_scan_metadata()
PGSt_SMF_status GEO_write_scan_metadata | ( | int const | scan_number, |
l1a_data_struct const *const | l1a_data, | ||
celestial_bodies_struct const *const | cb_vectors, | ||
MODFILE *const | geo_file, | ||
PGSt_double const | rpy[], | ||
uint32 | frame_quality[][MAX_FRAMES] | ||
) |
Definition at line 11 of file GEO_write_scan_metadata.c.