blob: 66aca3d63901a236d9d5c1d64c67b11fcac25ca1 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
|
.help extinct Apr85 noao.onedspec
.ih
NAME
extinct -- Correct spectra for atmospheric extinction
.ih
USAGE
extinct root records output
.ih
PARAMETERS
.ls root
The root name for the input spectra to be corrected.
.le
.ls records
The range of spectra to be included in the extinction operation.
.le
.ls output
The root name for the output corrected spectra
.le
.ls start_rec
The starting record number for the output corrected spectra.
.le
.ls nr_aps = 2
The number of instrument apertures for this data set.
.le
.ih
DESCRIPTION
The input spectra are corrected for atmospheric extinction.
EXTINCT redirects the spectra through the task BSWITCH so all
procedures are identical to those described for that task.
Because BSWITCH attempts to perform a beam-switch operation
unless the subset parameter is equal to the number of
instrument apertures (in which case beam-switching degenerates
to a copy operation), the hidden parameter nr_aps should be set
appropriately to the instrument. For IIDS and IRS data, this
is 2.
.ih
EXAMPLES
cl> extinct nite1 1001-1032 nite1ex
.ih
BUGS
The input string of spectra must be ordered so that only
one spectrum from each aperture is present among substrings
of length nr_aps.
.ih
SEE ALSO
bswitch
.endhelp
|