blob: 75e922c9e2e8cbef010fca4d4c7ba63e598b8b60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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
|