MATRIX commands
PROGRAM NAME
mscalar_add - Output = Input Matrix + Constant
DESCRIPTION
mscalar_add
adds a specified constant to each component in a matrix.
mscalar_add is really a pane object that uses the karith2 operator
in the DATAMANIP toolbox to actually perform the operation, so the man page for
karith2 should be consulted for additional details
regarding the treatment of maps, masks, etc.
REQUIRED ARGUMENTS
- -i1
-
type: infile
desc: Input matrix
- -o
-
type: outfile
desc: Output matrix
OPTIONAL ARGUMENTS
- -real
-
type: double
desc: Real constant value
default: 0
bounds: no range checking
- -imag
-
type: double
desc: Imaginary constant value
default: 0
bounds: no range checking
EXAMPLES
SEE ALSO
DATAMANIP::karith2(1) DATAMANIP::kadd(1)
RESTRICTIONS
REFERENCES
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.