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 /sys/imfort/doc/imrnam.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imfort/doc/imrnam.hlp')
-rw-r--r-- | sys/imfort/doc/imrnam.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/sys/imfort/doc/imrnam.hlp b/sys/imfort/doc/imrnam.hlp new file mode 100644 index 00000000..03ba6d6b --- /dev/null +++ b/sys/imfort/doc/imrnam.hlp @@ -0,0 +1,35 @@ +.help imrnam Sep86 imfort +.ih +NAME +imrnam -- rename an image +.ih +SYNOPSIS +.nf +subroutine imrnam (oldnam, newnam, ier) + +character*(*) oldnam #I host name of existing image +character*(*) newnam #I new host name for image +integer ier #O status return +.fi +.ih +DESCRIPTION +The \fIimrnam\fR procedure renames an image, i.e., changes the filenames +of both the header and pixel files. An image may be renamed to a different +directory if desired, in effect moving the image to the new directory. +.ih +RETURN VALUE +A zero status is returned if the image exists and was successfully renamed. + +.nf +IE_IMRNAMNEXIM: attempt to rename a nonexistent image +IE_IMRENAME: cannot rename image +.fi +.ih +NOTES +Since the filename of the pixel file associated with an image may be +saved in the image header, it is not advisable to use an ordinary file +rename operator to rename an image. +.ih +SEE ALSO +imdele, imcrea +.endhelp |