diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/imred/irred/imcombine | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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) |