|
ocssw
V2022
|
#include "PGS_MODIS_35251.h"#include "GEO_input.h"#include "L1a_data.h"#include "smfio.h"#include "granule_extract_metadata.h"
Include dependency graph for GEO_read_L1Aspecific_metadata.c:
Go to the source code of this file.
Macros | |
| #define | N_ELEMENTS(foo) ((int) (sizeof(foo) / sizeof(foo[0]))) |
| #define | STRMAX 120 |
| #define | NAMEMAX (STRMAX - 40) |
Functions | |
| int | GEO_read_L1Aspecific_metadata (MODFILE *const l1a_file, l1a_metadata_struct *const granule_metadata, int *const number_of_scans) |
Macro Definition Documentation
◆ N_ELEMENTS
| #define N_ELEMENTS | ( | foo | ) | ((int) (sizeof(foo) / sizeof(foo[0]))) |
◆ NAMEMAX
| #define NAMEMAX (STRMAX - 40) |
◆ STRMAX
| #define STRMAX 120 |
Function Documentation
◆ GEO_read_L1Aspecific_metadata()
| int GEO_read_L1Aspecific_metadata | ( | MODFILE *const | l1a_file, |
| l1a_metadata_struct *const | granule_metadata, | ||
| int *const | number_of_scans | ||
| ) |
Definition at line 9 of file GEO_read_L1Aspecific_metadata.c.


