| mkms | noao.nproto | mkms |
mkms -- make multispec format from 1D arrays with associated bands
mkms output spectra raw background sigma
MKMS creates a multispec format from 1D spectra. Unlike SCOPY it can include associated spectra. There can be any number of primary 1D spectra and the associated spectra are optional. However, when associated spectra are specified the list must match the primary spectra list and the arrays must have the same number of pixels and dispersion as the primary spectrum. The different spectra may have different dispersions.
This is a simple script using SCOPY and IMSTACK. It has minimal error checking. In particular, if the set of input is not consistent the task will abort with an error leaving temporary files behind.
1. To create an image with one spectrum and each of the associated types:
cl> mkms out.ms spec rawspec bkgspec sigspec
2. To create an image with three primary spectra and error arrays:
cl> mkms out.ms spec1,spec2,spec3 "" "" err1,err2,err3