diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/nproto/doc/mkms.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/nproto/doc/mkms.hlp')
-rw-r--r-- | noao/nproto/doc/mkms.hlp | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/noao/nproto/doc/mkms.hlp b/noao/nproto/doc/mkms.hlp new file mode 100644 index 00000000..078480a4 --- /dev/null +++ b/noao/nproto/doc/mkms.hlp @@ -0,0 +1,63 @@ +.help mkms Jan03 noao.nproto +.ih +NAME +mkms -- make multispec format from 1D arrays with associated bands +.ih +USAGE +mkms output spectra raw background sigma +.ih +PARAMETERS +.ls output +Name of output multispec image. +.le +.ls spectra +List of primary 1D spectra to be included in multispec image. +.le +.ls raw +List of 1D raw or secondary spectra. If none specify "" otherwise +the list must match the list of primary spectra. +.le +.ls background +List of 1D background spectra. If none specify "" otherwise +the list must match the list of primary spectra. +.le +.ls sigma +List of 1D sigma spectra. If none specify "" otherwise +the list must match the list of primary spectra. +.le +.ih +DESCRIPTION +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. +.ih +EXAMPLES +1. To create an image with one spectrum and each of the associated types: + +.nf + cl> mkms out.ms spec rawspec bkgspec sigspec +.fi + +2. To create an image with three primary spectra and error arrays: + +.nf + cl> mkms out.ms spec1,spec2,spec3 "" "" err1,err2,err3 +.fi + +.ih +REVISIONS +.ls MKMS V2.12.2 +This prototype task added for this release. +.le +.ih +SEE ALSO +scopy, imstack +.endhelp |