aboutsummaryrefslogtreecommitdiff
path: root/noao/onedspec/irsiids/extinct.cl
blob: 68c5a2dedb12c828128c53ab2e95e44a3c65cbd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#{ EXTINCT -- Use the BSWITCH task to perform the correction for
#            atmospheric extinction.

{
# Root name
rt = root

# Records
rec = records

# Output root
out = output

# Output starting record
strt = start_rec

# Do operation
# Inhibit weighting and statisitic file generation

bswitch  (input=rt, records=rec, output=out, start_rec=strt, subset=nr_aps,
         weighting=no, ids_mode=no, stats="")
}