next up previous 231
Next: IMG_TMP[n][x]- Create a temporary image
Up: IMG Fortran subroutines
Previous: IMG_NEW[n][x]- Create a new image


IMG_OUT[x]- Create an output image

Description:
This subroutine creates a new output image by duplicating an input image. A pointer is returned to the output image data.

The [x] part of the name is optional. If used [x] indicates the data type (one of R, D, I, W, UW, B or UB, the default is R). So for instance if you wanted to make an output image with type REAL, the subroutine which you should call would be IMG_OUT.


Invocation:
CALL IMG_OUT[x]( PARAM1, PARAM2, IP, STATUS )

Arguments:

PARAM1 = CHARACTER * ( * ) (Given)
Parameter name for the input image (case insensitive).
PARAM2 = CHARACTER * ( * ) (Given)
Parameter name for the new output image (case insensitive).
IP = INTEGER (Returned)
Pointer to the mapped output data.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:



next up previous 231
Next: IMG_TMP[n][x]- Create a temporary image
Up: IMG Fortran subroutines
Previous: IMG_NEW[n][x]- Create a new image

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