blob: 20bf13ebc73de62cf548e8832ff9784cba2c5d6f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
.help vtexamine Jan86 noao.imred.vtel
.ih
NAME
vtexamine -- examine the headers and record structure of vacuum telescope files
.ih
USAGE
mtexamine tape_file
.ih
PARAMETERS
.ls tape_file
Tape file, e.g. "mta1600[2]" or "mta1600".
.le
.ls files
List of tape file numbers or
ranges delimited by commas, e.g. "1-3,5-8".
File_list is requested only if no file number is given in tape_file.
Files will be read in ascending order, regardless of the order of the list.
Reading
will terminate if EOT is reached, thus a list such as "1-999"
may be used to read all the files on the tape.
.le
.ls headers=yes
Decode and print header information from each file examined.
.le
.ih
DESCRIPTION
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.
.ih
EXAMPLES
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:
.nf
vt> vtexamine mtb1600 1-999 > vtdump
.fi
2. To just get the record structure for the third file on a vacuum telescope
tape the command would be:
.nf
vt> vtexamine mtb1600[3] headers=no
.fi
.ih
BUGS
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.
.endhelp
|