SYMASYM Name
SYMASYM Purpose
Resolve an array into symmetric & anti-symmetric components.
Category
Calling Sequence
symasym, in, sym, asym Inputs
in = input array (1-d or 2-d). in
Keyword Parameters
Keywords
/X means do symmetry/antisymmetry in X dimension.
/Y means do symmetry/antisymmetry in Y dimension.
These keywords only apply to 2-d data.
Outputs
sym = symmetric component of in. out
asym = anti-symmetric component of in. out
Common Blocks
Notes
Notes: A set of radially sym/asym components for a
2-d array may be obtained as follows:
symasym,z,sx,sy,/x
symasym,z,sy,sy,/y
sym = (sx+sy)-(ax+ay)
asym = (sx-sy)-(ax-ay)
Modification History
R. Sterner, 1996 Jun 21
Copyright (C) 1996, 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.