aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/crutil/src/crcombine.cl
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /noao/imred/crutil/src/crcombine.cl
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/imred/crutil/src/crcombine.cl')
-rw-r--r--noao/imred/crutil/src/crcombine.cl17
1 files changed, 17 insertions, 0 deletions
diff --git a/noao/imred/crutil/src/crcombine.cl b/noao/imred/crutil/src/crcombine.cl
new file mode 100644
index 00000000..7c6bdc77
--- /dev/null
+++ b/noao/imred/crutil/src/crcombine.cl
@@ -0,0 +1,17 @@
+# CRCOMBINE -- Reject cosmic rays by combining multiple exposures.
+
+procedure crcombine (input, output)
+
+begin
+ imcombine (input, output, logfile=logfile, combine=combine,
+ reject=reject, scale=scale, zero=zero, statsec=statsec,
+ lsigma=lsigma, hsigma=hsigma, rdnoise=rdnoise, gain=gain,
+ grow=grow, headers=headers, bpmasks=bpmasks, rejmasks=rejmasks,
+ nrejmasks=nrejmasks, expmasks=expmasks, sigmas=sigmas,
+ project=project, outtype=outtype, outlimits=outlimits,
+ offsets=offsets, masktype=masktype, maskvalue=maskvalue,
+ blank=blank, weight=weight, expname=expname,
+ lthreshold=lthreshold, hthreshold=hthreshold, nlow=nlow,
+ nhigh=nhigh, nkeep=nkeep, mclip=mclip, snoise=snoise,
+ sigscale=sigscale, pclip=pclip)
+end