aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/crutil/src/credit.cl
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2015-07-08 20:46:52 -0400
commitfa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch)
treebdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/imred/crutil/src/credit.cl
downloadiraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz
Initial commit
Diffstat (limited to 'noao/imred/crutil/src/credit.cl')
-rw-r--r--noao/imred/crutil/src/credit.cl13
1 files changed, 13 insertions, 0 deletions
diff --git a/noao/imred/crutil/src/credit.cl b/noao/imred/crutil/src/credit.cl
new file mode 100644
index 00000000..8b844f33
--- /dev/null
+++ b/noao/imred/crutil/src/credit.cl
@@ -0,0 +1,13 @@
+# CREDIT -- Edit cosmic rays with an image display.
+
+procedure credit (input, output)
+
+begin
+ imedit (input, output, cursor=cursor, logfile=logfile,
+ display=display, autodisplay=autodisplay,
+ autosurface=autosurface, aperture=aperture, radius=radius,
+ search=search, buffer=buffer, width=width, xorder=xorder,
+ yorder=yorder, value=value, sigma=sigma, angh=angh, angv=angv,
+ command=command, graphics=graphics, default=default,
+ fixpix=fixpix)
+end