diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/mtlocal/doc/ldumpf.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/mtlocal/doc/ldumpf.hlp')
-rw-r--r-- | noao/mtlocal/doc/ldumpf.hlp | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/noao/mtlocal/doc/ldumpf.hlp b/noao/mtlocal/doc/ldumpf.hlp new file mode 100644 index 00000000..bfd584ff --- /dev/null +++ b/noao/mtlocal/doc/ldumpf.hlp @@ -0,0 +1,45 @@ +.help ldumpf Jun87 noao.mtlocal +.ih +NAME +ldumpf -- list the permanent files on a Cyber DUMPF tape. +.ih +USAGE +ldumpf dumpf_file file_list +.ih +PARAMETERS +.ls dumpf_file +The DUMPF data source, i.e., the name of a magtape device or a DUMPF +format disk file. If reading from tape, the files to be listed are +specified by the \fIfile_list\fR parameter. +.le +.ls file_list +A string listing the DUMPF files to be listed from \fIdumpf_file\fR. +.le +.ih +DESCRIPTION +Cyber permanent files stored on DUMPF tapes are listed. The permanent file +name, cycle number, owner id, dates of last attach, last alteration and +the creation date are printed. Task \fBldumpf\fR lists the contents of a +DUMPF tape; +to convert IPPS rasters stored on DUMPF tapes to IRAF images, use task +\fBrdumpf\fR. +.ih +EXAMPLES +List all permanent files on a DUMPF tape: + + cl> ldumpf mta 1-999 + +List information for the 4th permanent file on the tape: + + cl> ldumpf mta 4 +.ih +BUGS +The Cyber format readers, including task \fIldumpf\fR, have not been +implemented on SUN/IRAF and AOS/IRAF. + +The current version of IRAF magtape I/O does not read beyond the first +volume of a multivolume tape. +.ih +SEE ALSO +rdumpf +.endhelp |