aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/crutil/crutil.cl
blob: 89e7ff3e28466f9d695aa36843db080feb9a8193 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#{ CRUTIL -- Cosmic Ray Utility Package

package crutil

reset	crusrc			= "crutil$src/"

task	crcombine	= crusrc$crcombine.cl
task	crnebula	= crusrc$crnebula.cl
task	crfix		= crusrc$crfix.cl
task	credit		= crusrc$credit.cl

task	cosmicrays,
	craverage,
	crgrow,
	crmedian	= crusrc$x_crutil.e


clbye()