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/irred/imcombine | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'noao/imred/irred/imcombine')
-rw-r--r-- | noao/imred/irred/imcombine | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/noao/imred/irred/imcombine b/noao/imred/irred/imcombine new file mode 100644 index 00000000..c95d8302 --- /dev/null +++ b/noao/imred/irred/imcombine @@ -0,0 +1,11 @@ +imcombine ("@"//tmptmp, skyframe, sigma="", logfile=logfile, + outtype="", option="median", expname=expname, exposure+, + sca-, off-, wei+, modesec="", low=3., high=3., blank=-1) + +imcombine ("@"//tmptmp, skyframe, plfile="", sigma="", logfile=logfile, + combine="median", reject="none", project=no, outtype="", offsets="none", + masktype="none", maskvalue=0.0, blank=-1.0, scale="exposure", + zero="none", weight="exposure", statsec="", expname=expname, + lthreshold=INDEF, hthreshold=INDEF, nlow=1, nhigh=1, mclip=yes, + lsigma=3.0, hsigma=3.0, rdnoise="0.0", gain="1.0", sigscale=0.1, + pclip=-0.5, grow=0) |