diff options
Diffstat (limited to 'noao/imred/generic/generic.cl')
-rw-r--r-- | noao/imred/generic/generic.cl | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/noao/imred/generic/generic.cl b/noao/imred/generic/generic.cl new file mode 100644 index 00000000..8a187758 --- /dev/null +++ b/noao/imred/generic/generic.cl @@ -0,0 +1,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() |