MATRIX commands


PROGRAM NAME

mscalar_sub - Output = Input Matrix - Constant

DESCRIPTION

mscalar_sub subtracts a specified constant from each component in a matrix. mscalar_sub 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::ksub(1)

RESTRICTIONS

REFERENCES

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.