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/crutil/src/credit.cl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 noao/imred/crutil/src/credit.cl (limited to 'noao/imred/crutil/src/credit.cl') 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 -- cgit