LoadTM
Load a series of telemetry files. This routine works by reading a list of file names which is found in the file TMfiles.lst residing in the current working directory (see chdir). You can edit this file manually, or you can use makeTMlist to generate it.

LoadTM creates a number of extracted data files which are then to be read by various routines. After running LoadTM, you should run the following:
ReadAOStm to load AOS spectra
ReadAC1tm to load AC1 spectra
ReadAC2tm to load AC2 spectra
ReadFECtm to load Front End Controller housekeeping data
ReadMechTM to load Tuning Mechanism housekeeping data

Note that LoadTM accumulates data. That is, data extracted from the telemetry files are appended to the intermediate TM data files which sit in the current working directory. If you want to start fresh, you should delete the following files:
mech.tm
AOSheader.tm
AOS.tm
AOS32.tm
AOSmore.aos
AC1header.tm
AC1.tm
AC2header.tm
AC2.tm
T_Laser.aos
C_Laser.aos
T_AOP.aos
T_IF.aos
FEC.tm

Syntax:
LoadTM

Example:
LoadTM

Options:
none