SCULIB_EXTRACT_2DIM_D

To extract the second dimension (at a given X) from a 2d array

Description:

This routine extracts a second dimension from a 2D DOUBLE array.

Invocation

CALL SCULIB_EXTRACT_2DIM_D(X, NX, NY, TWOD, ONED, STATUS)

Arguments

X = INTEGER (Given)
The X index in the 2D array to be extracted
NX = INTEGER (Given)
Size of the array in x
NY = INTEGER (Given)
Size of the array in y
TWOD = DOUBLE (Given)
2D array input dataset
ONED = DOUBLE (Returned)
1D strip extracted from 2D array
STATUS = INTEGER (Given & Returned)
Global status

Notes:

This is the DOUBLE PRECISION routine.

Copyright

Copyright ©1995,1996,1997,1998,1999 Particle Physics and Astronomy Research Council. All Rights Reserved.