diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /sys/imfort/doc/imdele.hlp | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imfort/doc/imdele.hlp')
-rw-r--r-- | sys/imfort/doc/imdele.hlp | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sys/imfort/doc/imdele.hlp b/sys/imfort/doc/imdele.hlp new file mode 100644 index 00000000..b80e5692 --- /dev/null +++ b/sys/imfort/doc/imdele.hlp @@ -0,0 +1,29 @@ +.help imdele Sep86 imfort +.ih +NAME +imdele -- delete an image +.ih +SYNOPSIS +.nf +subroutine imdele (image, ier) + +character*(*) image #I host name of image to be deleted +integer ier #O status return +.fi +.ih +DESCRIPTION +The \fIimdele\fR procedure deletes an image, i.e., the both the header file +and the pixel file (if any). +.ih +RETURN VALUE +A zero status is returned if the image exists and was successfully deleted. +It is not an error if there is no pixel file. + +.nf +IE_IMDELNEXIM: attempt to delete a nonexistent image +IE_IMDELETE: cannot delete image +.fi +.ih +SEE ALSO +imrnam, imcrea +.endhelp |