| vtexamine | noao.imred.vtel | vtexamine |
vtexamine -- examine the headers and record structure of vacuum telescope files
mtexamine tape_file
By default, vtexamine decodes and prints header and record structure information for each file examined. The header information can be turned off by setting headers=no.
1. To see the header information and determine the record structure of all the files on a vacuum telescope tape and send the result to the file vtdump:
vt> vtexamine mtb1600 1-999 > vtdump
2. To just get the record structure for the third file on a vacuum telescope tape the command would be:
vt> vtexamine mtb1600[3] headers=no
The IRAF magtape i/o routines do not permit data beyond a double EOF to be accessed. Therefore vtexamine cannot be used to examine tapes with embedded double EOFs.