SCULIB_EXTRACT_2DIM_B

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

Description:

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

Invocation

CALL SCULIB_EXTRACT_2DIM_B(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 = BYTE (Given)
2D array input dataset
ONED = BYTE (Returned)
1D strip extracted from 2D array
STATUS = INTEGER (Given & Returned)
Global status

Notes:

This is the BYTE routine.

Copyright

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