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/imacck.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'sys/imfort/doc/imacck.hlp')
-rw-r--r-- | sys/imfort/doc/imacck.hlp | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/sys/imfort/doc/imacck.hlp b/sys/imfort/doc/imacck.hlp new file mode 100644 index 00000000..75e922c9 --- /dev/null +++ b/sys/imfort/doc/imacck.hlp @@ -0,0 +1,27 @@ +.help imacck Sep86 imfort +.ih +NAME +imacck -- determine if the named header keyword exists +.ih +SYNOPSIS +.nf +subroutine imacck (im, keyw, ier) + +integer im #I image descriptor of open image +character*(*) keyw #I name of keyword to be accessed +integer ier #O status return +.fi +.ih +DESCRIPTION +The \fIimacck\fR procedure is used to test if the named header keyword +can be accessed, i.e., if it exists. +.ih +RETURN VALUE +A zero status return indicates that the header does indeed have such a +keyword. + +IE_NEXKW: nonexistent header keyword referenced +.ih +SEE ALSO +imtypek, imaddk, imokwl +.endhelp |