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: