/*
 * STRUCT: SRM_GSE_3D_PARAMETERS
 *
 *   No parameters are needed to define the Geocentric Solar Ecliptic (GSE) 3D
 *   Spatial Reference Frame (SRF), but a struct is declared for it anyway, to
 *   parallel the struct definitions of the other SRFs. The associated ORM/ERM
 *   is defined by the WGS-84 ellipsoid.
 */
typedef struct
{
SE_INT16 ignore_na;
} SRM_GSE_3D_PARAMETERS;
Prev: SRM_GSE_3D_COORD. Next: SRM_GSM_3D_COORD. Up:Index