next up previous
Next: ARY_CMPLX - Determine whether an array holds complex values
Up: Routine Descriptions
Previous: ARY_BOUND - Enquire the pixel-index bounds of an array

ARY_CLONE  -  Clone an array identifier

Description:
The routine produces a "cloned " copy of an array identifier (i.e. it produces a new identifier describing an array with identical attributes to the original).

Invocation:
CALL ARY_CLONE( IARY1, IARY2, STATUS )

Arguments:
IARY1 = INTEGER (Given)
Array identifier to be cloned.
IARY2 = INTEGER (Returned)
Cloned identifier.
STATUS = INTEGER (Given and Returned)
The global status.

Notes:
  • If this routine is called with STATUS set, then a value of ARY__NOID will be returned for the IARY2 argument, although no further processing will occur. The same value will also be returned if the routine should fail for any reason. The ARY__NOID constant is defined in the include file ARY_PAR.



next up previous
Next: ARY_CMPLX - Determine whether an array holds complex values
Up: Routine Descriptions
Previous: ARY_BOUND - Enquire the pixel-index bounds of an array



ARY A Subroutine Library for Accessing ARRAY Data Structures
Starlink User Note 11
R.F. Warren-Smith
28th April 1998
E-mail:rfws@star.rl.ac.uk