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/imred/crutil/doc/crcombine.hlp | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/crutil/doc/crcombine.hlp')
-rw-r--r-- | noao/imred/crutil/doc/crcombine.hlp | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/noao/imred/crutil/doc/crcombine.hlp b/noao/imred/crutil/doc/crcombine.hlp new file mode 100644 index 00000000..3dddaebe --- /dev/null +++ b/noao/imred/crutil/doc/crcombine.hlp @@ -0,0 +1,35 @@ +.help crcombine Apr98 noao.imred.crutil +.ih +NAME +crcombine -- combine multiple exposures to eliminate cosmic rays +.ih +USAGE +.nf +crcombine input output +.fi +.ih +PARAMETERS +See parameters for \fBimcombine\fR. +.ih +DESCRIPTION +This task is a version of \fBimcombine\fR. See the help for that task +for a description of the parameters and algorithms. + +For the purpose of removing cosmic rays the most useful options +are the "crreject" algorithm and/or combining with a median. Many other +options may work as well. The best use of this task depends on the +number of images available. If there are more than a few images the +images should be combined with an "average" and using a rejection +algorithm. +.ih +EXAMPLES +1. To combine two images using the gain and read noise parameters in +the image header: + +.nf + cl> crcombine obj012,obj013 abc gain=gain rdnoise=rdnoise +.fi +.ih +SEE ALSO +imcombine +.endhelp |