Source: stream/helpers/ephemeris/strhelper_ephem__attach_raw_ephem.pro
strhelper_ephem::attach_raw_ephem
Attach raw ephemeris data to the stream
Usage:
strref -> attach_raw_ephem, time, latitude, distance, $
time_ref, lat_ref, dist_ref
Arguments:
time dbl/ptr The times at which the ephemerides
were recorded.
latitude fl/ptr The latitude of the spacecraft.
distance fl/ptr The distance from the spacecraft to
the Sun
ephem_ref ptr If the inputs are pointers, then this
is a pointer to a reference count for
them.
Notes:
The time, latitude and distance must all be pointers or all be
plain arrays.
History:
Original: 7/1/00; SJT
Major restructuring, only use 1 refcount: 8/2/01; SJT