ocssw  1.0
Defines | Functions
/disk01/web/ocssw/build/src/geogen_modis/GEO_get_GRing_points.c File Reference

(r8099/r7924)

#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"

Go to the source code of this file.

Defines

#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)

Define Documentation

#define BORDER
Value:
1e-5     /* roughly 1/2 the angular width in radians 
                           of a pixel at nadir */
#define CORNERS   4
#define T_HALF   150.0 /* Half the length of a normal granule (seconds) */

Function Documentation

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.

PGSt_SMF_status GEO_get_GRing_points ( GEO_GRing_struct *const  GRing_points)

Definition at line 295 of file GEO_get_GRing_points.c.