From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/mtlocal/doc/ldumpf.hlp | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 noao/mtlocal/doc/ldumpf.hlp (limited to 'noao/mtlocal/doc/ldumpf.hlp') 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 -- cgit