-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathonedspec.cl
57 lines (48 loc) · 923 Bytes
/
onedspec.cl
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
55
56
57
#{ Package script task for the ONEDSPEC package.
# Define necessary paths
package onedspec
task autoidentify,
calibrate,
continuum,
deredden,
dispcor,
disptrans,
dopcor,
fitprofs,
identify,
lcalib,
mkspec,
names,
refspectra,
reidentify,
rstext,
sapertures,
sarith,
sbands,
odcombine,
scoords,
sensfunc,
sfit,
sflip,
sinterp,
skytweak,
slist,
specplot,
specshift,
splot,
standard,
telluric = onedspec$x_onedspec.e
task scombine = "onedspec$scombine/x_scombine.e"
task setairmass,
setjd = astutil$x_astutil.e
# Scripts and Psets
task aidpars = onedspec$aidpars.par
task bplot = onedspec$bplot.cl
task ndprep = onedspec$ndprep.cl
task scopy = onedspec$scopy.cl
task rspectext = onedspec$rspectext.cl
task wspectext = onedspec$wspectext.cl
task $process = process.cl # Used by BATCHRED
task dispcor1 = onedspec$dispcor1.par # Used by DISPCOR
hidetask dispcor1,process,rstext
clbye