aboutsummaryrefslogtreecommitdiff
path: root/noao/imred/generic/generic.cl
blob: 8a18775828741a6f714e5d3f413628134506868c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#{ GENERIC -- Generic image reduction tools

# Load dependent packages:
images
proto			# Task "imreplace"

package generic

task	flat1d		= generic$x_generic.e

task	background	= generic$background.cl
task	darksub		= generic$darksub.cl
task	flatten		= generic$flatten.cl
task	normalize	= generic$normalize.cl
task	normflat	= generic$normflat.cl

clbye()