33doublea; // distance [m] of ellipsoid surface from ellipsoid center along direction to prime meridian at equator
34doubleb; // distance [m] of ellipsoid surface from ellipsoid center along direction to east longitudinal meridian at equator
35doublec; // distance [m] of ellipsoid surface from ellipsoid center along direction to North geodetic pole
36intnaxes; // Number of axes actually used: 1=sphere (a=b=c, fill c at least); 2=biaxial ellipsoid ((a=b)!=c, fill b and c at least; 3=triaxial ellipsoid (a!=b!=c, fill all).
227JRMTIMEcurrent; // Current date/time in Astronomical Julian format. Time is in 0-23.99 hr format and corresponds to the local time at the given geodetic lat/lon, where every geodetic point in the same time zone has the same local time. The time zones are defined such that longitude 0 is in the center of a 15-degree time zone, such that every 15-degree longitudinal interval, starting at longitude 7.5, comprises another separate time zone.
228doublelhn; // [hrs] local hour noon. The local time at which the sun crosses the given longitude. Differs from 12:00 because of intra-zone time standardization.
248VECTORsun; // [unitless -1->1] cosine {x,y,z} components of unit vector toward Solar source in local South,East,Up system at {lat,lon}
249double sunrise, sunset; // [hrs] Local hours (23.99 format) of sunrise and sunset
250VECTORsunmax; // [unitless -1->1] cosine {x,y,z} components of unit vector toward highest Solar source direction in local South,East,Up system at {lat,lon}
251VECTORsunplane; // [unitless -1->1] cosine {x,y,z} components of unit vector defining plane of solar motion across sky, in local South,East,Up system at {lat,lon}
252VECTORsuneast; // [unitless -1->1] cosine {x,y,z} components of cross product (sunplane X sunmax).
253JRMTIMElast_env; // Date/Time environmental irradiance arrays last updated.
257// OrientationInMetSEU(): Given METIN tangent plane system location fm and sensor or object location C, find sensor or object's local orientSEU vector as seen in METIN.fm local SEU.
305// RotateVectorToPixel() finds the orientation of FRD w.r.t. NED which corresponds to rotating the FOV center (fov.FRD_orientation) to pixel {hpixel,vpixel},
306// where the upper-leftmost pixel is defined to be {0,0}.