aboutsummaryrefslogtreecommitdiff
path: root/noao/astutil/astutil.cl
blob: 9f018e3eb86b85274204653d41a6498226448d4a (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
#{ Package script task for the ASTUTIL package.

package astutil

# Compiled tasks.
task	airmass,
	astcalc,
	asthedit,
	precess,
	galactic,
	gratings,
	pdm,
	asttimes,
	rvcorrect,
	setairmass,
	setjd		= "astutil$x_astutil.e"

task	ccdtime		= "obsutil$src/ccdtime/x_obsutil.e"

# Script tasks.
task	astradius	= "astutil$astradius.cl"

# PSET tasks.
task    keywpars        = "astutil$keywpars.par"

clbye