aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/crutil/src/credit.cl
blob: 8b844f3322cb236554ac5a2a922a197170d20b32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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