addmap \- form a linear combination of two datasets of equivalent structure.SH SYNOPSIS
.B addmap
\fI[-qv] [argument= value ...]\f
.SH DESCRIPTION
/fIaddmap/fR forms an output dataset from the linear combination of two inputdatasets A and B with optional scaling:
out = a * A + b * B
The \fB\-q\fR option prints out the list of required arguments and their
default or environmental values, then quits. The \fB\-v\fR option sets \fIverbose\fR mode, redirecting history from \fIstdout\fR to \fIstderr\fR.
.NXR ""
.SH OPTIONS
.NXR "module command" "options"
.IP \fBa=\fIfloat\fR 20
The scaling value for the matrix A (default 1.0).
.IP \fBinA=\fIname\fR 20
The dataset name of the matrix A.
.IP \fBb=\fIfloat\fR 20
The scaling value for the matrix B (default 1.0).
.IP \fBinB=\fIname\fR 20
The dataset name of the matrix B.
.IP \fBout=\fIname\fR 20
The dataset name of the output matrix.
.SH EXAMPLES
.NXR(e) ""
.SH FILES
none
.SH SEE ALSO
.SH DIAGNOSTICS
.SH BUGS
The input and output datasets must be represented as FITS files.
The input and output data are unconditionally cast as single-precision
floating-point numbers, even though the function matrix_sum expects double-precision floats. Thus the module is not expected to work. .SH AUTHOR
Kay Leibrand
.rs
.SH HISTORY
1994-02-14 SOI Version 0.8
.#$Id: addmap.1,v 1.1 1994/02/17 00:10:10 CM Exp $ .#$Source: /home/soi/CM/man/man1/RCS/addmap.1,v $ .#$Author: CM $