From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/imred/irred/imcombine | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 noao/imred/irred/imcombine (limited to 'noao/imred/irred/imcombine') 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) -- cgit