From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- noao/astutil/x_astutil.x | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 noao/astutil/x_astutil.x (limited to 'noao/astutil/x_astutil.x') diff --git a/noao/astutil/x_astutil.x b/noao/astutil/x_astutil.x new file mode 100644 index 00000000..03e8b6b3 --- /dev/null +++ b/noao/astutil/x_astutil.x @@ -0,0 +1,14 @@ +# Process definition of the ASTUTIL package. + +task airmass = t_airmass, + astcalc = t_astcalc, + asthedit = t_asthedit, + asttimes = t_asttimes, + galactic = t_galactic, + gratings = t_gratings, + observatory = t_observatory, + pdm = t_pdm, + precess = t_precess, + rvcorrect = t_rvcorrect, + setairmass = t_setairmass, + setjd = t_setjd -- cgit