ocssw
V2022
|
Include dependency graph for GEO_get_bounding_coords.c:
Go to the source code of this file.
Macros | |
#define | MAX_ANGLE (PGS_PI/2.0) |
Functions | |
int | GEO_get_bounding_coords (double terrain_sample_position[MAX_DETECTORS][MAX_SCAN_SAMPLE][3], unsigned char pixel_flags[MAX_DETECTORS][MAX_SCAN_SAMPLE], int const num_detectors, int const num_frames, GEO_bcoord_struct *const bounding_coords) |
Macro Definition Documentation
◆ MAX_ANGLE
#define MAX_ANGLE (PGS_PI/2.0) |
Definition at line 6 of file GEO_get_bounding_coords.c.
Function Documentation
◆ GEO_get_bounding_coords()
int GEO_get_bounding_coords | ( | double | terrain_sample_position[MAX_DETECTORS][MAX_SCAN_SAMPLE][3], |
unsigned char | pixel_flags[MAX_DETECTORS][MAX_SCAN_SAMPLE], | ||
int const | num_detectors, | ||
int const | num_frames, | ||
GEO_bcoord_struct *const | bounding_coords | ||
) |
Definition at line 8 of file GEO_get_bounding_coords.c.