diff options
Diffstat (limited to 'noao/astutil/x_astutil.x')
-rw-r--r-- | noao/astutil/x_astutil.x | 14 |
1 files changed, 14 insertions, 0 deletions
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 |