From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- 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