aboutsummaryrefslogtreecommitdiff
path: root/noao/rv/rv.cl
blob: c9fbf72bb9cf3596d6a34adae4fbee60169065c5 (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
#{ RV -- Radial Velocity Analysis Package

# Define the package
package		rv

# Executables
task	fxcor,
	rvidlines,
	rvreidlines	= "rv$x_rv.e"

task	rvcorrect	= "astutil$x_astutil.e"

# PSET Tasks
task	filtpars	= "rv$filtpars.par"
task	continpars 	= "rv$continpars.par"
task	keywpars	= "rv$keywpars.par"

# Hidden tasks
task	rvdebug	= 	"rv$rvdebug.par"
    hidetask ("rvdebug")

keep
clbye()