Program: MTLIST Purpose: Lists files on a tape device. Category: TAPES, UTILITY File: mtlist.c Author: K.G. Begeman Description: MTLIST knows about some file types. If it encounters a tape label, it will display the first record of the label. If it encounters a FITS file, if will list the OBJECT name, the INSTRUME or TELESCOP name, the BITPIX item, the sizes of the FITS structure and the first COMMENT line. If it encounters a WSRT file it will list the FIELD name, PROJECT number, OBSERVATION TYPE, SEQUENCE number, TOTAL BANDWIDTH, Number of Frequency Points, Number of Polarizations, Velocity at centre of band, Frequency at centre of band, Begin and End Hour Angle of observation, the minimum baseline in Meters and the frequency taper. For any other files, MTLIST will display the first 80 printable characters. Keywords: TAPE= Tape device to list. FILE= Name of file for listing [tape.lis]. REWIND= Rewind tape after listing it [Y]? Updates: Dec 13, 1993: KGB, Document created.