IMG_REDIM Name
IMG_REDIM Purpose
Change the interleave dimension of a 3-D image.
Category
Calling Sequence
out = img_redim(in). Inputs
in = Input 3-D image. in
Keyword Parameters
Keywords
TRUE=tr Desired interleave dimension.
NX=nx, NY=ny Returned image dimensions.
ERROR=err error flag: 0=ok, else error.
/QUIET do not list some error messages.
Outputs
out = Returned 3-D image. out
Common Blocks
Notes
Note: Input image must be 3-D.
Modification History
R. Sterner, 2001 Jun 15
R. Sterner, 2010 May 12 --- Converted arrays from () to [].
R. Sterner, 2010 Aug 13 --- Added /QUIET.
Copyright (C) 2001, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.