qLoad
Load telemetry data from a single file and show a quick
look at the spectra and housekeeping.
Syntax:
qLoad,FILENO
The FILENO argument is an integer value
giving the number of the file to be loaded. This argument
is optional. If it is not given, then qLoad
will load the most recent, available file. qLoad
assumes that the last file on the TM saver is the one being
currently written, so it will take the penultimate file as
being the most recent one available.
Note that this routine is normally used in such a way that the TM files are named
according to the following convention:
n.OSU
where n is an integer, with two leading zeroes if
it is less than 1000. This is what you get if you use the file
mask *.OSU in Hans Ringstrand's TM saver program.
Example:
qLoad,TMdir='\\EGSE\TM\'
Options:
TMdir='directory_name',
Override the default directory name and use the one
specified. Note that the trailing '\' is required here.
The default directory is '\\RSSPC18\TM\'
which is the network location of the TM saver in the Chalmers
Radiometer Lab.
filename='filename',
Specify the filename. This is useful when you want
to load a TM file which does not follow the convention
mentioned above. When this option
is specified, qLoad
will first look for the file on the default saver directory, or
as specified by the TMdir option. Failing that, it will
use the given filename on its own, so a file name containing the full
path name can be used here.
/nolook,
don't launch the
quick look plotting routine.
/override,
Load the specified file even if it is the last one on the
saver. Use this when the TM saver has been stopped and you
want to look at the last file.
TMformat=TM,
This option is meant for debugging. The raw TM format will
be returned in the variable TM and it will
be an array of size [44,16,nfmt], where
nfmt is the number of formats.