blob: a3b33765b2d1f5069a31f639f28e16e936da8125 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
#{ IRRED -- KPNO IR Camera Reduction Package
# Load necessary core packages
images # tasks sections,imcopy,imarith,imcombine,imdelete
lists # tokens task
utilities # task translit
proto # task bscale
# Define necessary paths
set generic = "noao$imred/generic/"
set nproto = "noao$nproto/"
package irred
task irlincor = "irred$x_irred.e"
task iralign,
irmatch1d,
irmatch2d,
irmosaic = "nproto$x_nproto.e"
# Define the apphot centering and related tasks
task center = "irred$x_apphot.e"
task centerpars = "irred$centerpars.par"
task datapars = "irred$datapars.par"
task txdump = "irred$x_ptools.e"
# Scripts
task flatten = "generic$flatten.cl"
task mosproc = "irred$mosproc.cl"
clbye()
|