Next: IMG_NEW[n][x]- Create a new image
Up: IMG Fortran subroutines
Previous: IMG_MOD[n][x]- Access an image for modification
IMG_NAME
- Return the image name
- Description:
- This subroutine returns the name of the input image as a character
string.
- Invocation:
- CALL IMG_NAME( PARAM, VALUE, STATUS )
- Arguments:
-
-
PARAM = CHARACTER * ( * ) (Given)
-
Parameter name of the image (case insensitive).
-
VALUE = CHARACTER * ( * ) (Returned)
-
The name of the image.
-
STATUS = INTEGER (Given and Returned)
-
The global status.
- Notes:
- The character string VALUE should be made large enough to
contain the full name of the image.
- This subroutine will directly access an image if an association
has not already been made. Note that it will be opened for
read-only access and you will not be able to write or delete any
header items. If you need to be able to do this then access the
image first, either with one of the
IMG_MOD[n][x] subroutines
(if you intend to process the image data), or the
HDR_MOD subroutine.
Next: IMG_NEW[n][x]- Create a new image
Up: IMG Fortran subroutines
Previous: IMG_MOD[n][x]- Access an image for modification
IMG Simple Image Data Access
Starlink User Note 160
P.W. Draper
R.F. Warren-Smith
3 March 2003
E-mail:P.W.Draper@durham.ac.uk
Copyright © 2000-2003 Council for the Central Laboratory of the Research Councils