ocssw
V2022
|
#include <float.h>
#include "GEO_input.h"
#include "GEO_earth.h"
#include "imsl_wrap.h"
#include "PGS_SMF.h"
#include "PGS_MET.h"
#include "PGS_CSC.h"
#include "GEO_geo.h"
#include "PGS_MODIS_35251.h"
#include "smfio.h"
Include dependency graph for GEO_get_GRing_points.c:
Go to the source code of this file.
Macros | |
#define | T_HALF 150.0 /* Half the length of a normal granule (seconds) */ |
#define | CORNERS 4 |
#define | BORDER |
Functions | |
PGSt_SMF_status | GEO_cumulate_GRing (GEO_param_struct const *const params, int32 const num_frames, frame_state_struct const sc_ev_frame_state[], unsigned char frame_flags[DETECTORS_1KM][MAX_FRAMES], double ecr_frame_position[DETECTORS_1KM][MAX_FRAMES][3]) |
PGSt_SMF_status | GEO_get_GRing_points (GEO_GRing_struct *const GRing_points) |
Macro Definition Documentation
◆ BORDER
#define BORDER |
Value:
1e-5 /* roughly 1/2 the angular width in radians
of a pixel at nadir */
◆ CORNERS
#define CORNERS 4 |
◆ T_HALF
Function Documentation
◆ GEO_cumulate_GRing()
PGSt_SMF_status GEO_cumulate_GRing | ( | GEO_param_struct const *const | params, |
int32 const | num_frames, | ||
frame_state_struct const | sc_ev_frame_state[], | ||
unsigned char | frame_flags[DETECTORS_1KM][MAX_FRAMES], | ||
double | ecr_frame_position[DETECTORS_1KM][MAX_FRAMES][3] | ||
) |
Definition at line 20 of file GEO_get_GRing_points.c.
◆ GEO_get_GRing_points()
PGSt_SMF_status GEO_get_GRing_points | ( | GEO_GRing_struct *const | GRing_points | ) |
Definition at line 295 of file GEO_get_GRing_points.c.