LGRADIENT Name
LGRADIENT Purpose
Create a floating array with a linear gradient.
Category
Calling Sequence
g = lgradient( nx, ny, ang, dst) Inputs
nx, ny = array size in pixels. in
ang = angle of gradient (deg CCW from x axis). in
dst = distance where gradient equals +/-1. in
Keyword Parameters
Outputs
g = Returned floating array with gradient. out
Common Blocks
Notes
Notes: returned array is 0 at center and increases
to 1 at distance dst in direction ang, -1 at same
distance in opposite direction. Intended for detrending:
new = old*(1+g) or new = old*(1+g*weight)
Modification History
R. Sterner, 1999 Nov 3
Copyright (C) 1999, 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.