Next: Time Routines and Up: Accessing Secondary Databases Previous: RD_FEM

RD_OBS

A sample standard calling sequence for reading the observing log data files for all instruments is:
IDL> rd_obs, '8-may-92', '8-may-92 12:00', bcs, sxtf, sxtp, w_h, fid
It is possible to only read SXT full-frame data by using the one of the following command:
IDL> rd_obs, '8-may-92', '8-may-92 12:00', bcs, sxtf, sxtp, w_h, fid, /sxtf

IDL> rd_obs, '8-may-92', '8-may-92 12:00', bcs, sxtf, /sxtf

IDL> rd_obs, '8-may-92', '8-may-92 12:00', bcs, sxtf, /nobcs
To read the WBS data, you can use the command:
IDL> rd_obs, '8-may-92', '8-may-92 12:00', bcs, sxtf, sxtp, w_h, /w_h
The observing log output structures are positional and are sorted alphabetically. The observing log files must be in the $DIR_GEN_OBD, $DIR_GEN_OSF, $DIR_GEN_OSP, and $DIR_GEN_OWHdirectories appropriately.


ydac@mssly1.mssl.ucl.ac.uk