|
ocssw
V2022
|
#include "PGS_CSC.h"#include "PGS_MODIS_35251.h"#include "GEO_global_arrays.h"#include "GEO_earth.h"#include "GEO_util.h"#include "smfio.h"
Include dependency graph for GEO_terrain_correct.c:
Go to the source code of this file.
Macros | |
| #define | MIN_COS_VIEW 0.087155743 |
Functions | |
| PGSt_SMF_status | GEO_terrain_correct (int const sample_number, int const num_detectors, double sample_view_vec[][MAX_PADDED][3], double ecr_sample_position[][MAX_PADDED][3], double ellip_sample_position[][MAX_PADDED][3], unsigned char sample_flags[][MAX_PADDED], double terrain_sample_position[][MAX_PADDED][3]) |
Macro Definition Documentation
◆ MIN_COS_VIEW
| #define MIN_COS_VIEW 0.087155743 |
Function Documentation
◆ GEO_terrain_correct()
| PGSt_SMF_status GEO_terrain_correct | ( | int const | sample_number, |
| int const | num_detectors, | ||
| double | sample_view_vec[][MAX_PADDED][3], | ||
| double | ecr_sample_position[][MAX_PADDED][3], | ||
| double | ellip_sample_position[][MAX_PADDED][3], | ||
| unsigned char | sample_flags[][MAX_PADDED], | ||
| double | terrain_sample_position[][MAX_PADDED][3] | ||
| ) |
Definition at line 8 of file GEO_terrain_correct.c.


