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
50
51
52
53
54
|
#{ LONGSLIT -- Longslit Package
# Load dependent packages
images # Used in setimhdr
package longslit
set generic = "noao$imred/generic/"
set demos = "longslit$demos/"
# Tasks.
task extinction,
fceval,
fitcoords,
fluxcalib,
illumination,
lscombine,
response,
transform = longslit$x_longslit.e
task calibrate,
reidentify,
sensfunc,
standard = longslit$x_onedspec.e
task autoidentify,
deredden,
dopcor,
identify,
lcalib,
sarith,
sflip,
slist,
specplot,
specshift,
splot = onedspec$x_onedspec.e
task aidpars = onedspec$aidpars.par
task bplot = onedspec$bplot.cl
task scopy = onedspec$scopy.cl
task background = generic$background.cl
task setairmass,
setjd = astutil$x_astutil.e
# Demos
task demos = demos$demos.cl
hidetask slist
clbye
|