diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /noao/noao.cl | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'noao/noao.cl')
-rw-r--r-- | noao/noao.cl | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/noao/noao.cl b/noao/noao.cl new file mode 100644 index 00000000..60f217e4 --- /dev/null +++ b/noao/noao.cl @@ -0,0 +1,24 @@ +#{ NOAO -- The NOAO optical astronomy suite of packages. + +cl < "noao$lib/zzsetenv.def" +package noao, bin = noaobin$ + +task artdata.pkg = "artdata$artdata.cl" +task astrometry.pkg = "astrometry$astrometry.cl" +task astcat.pkg = "astcat$astcat.cl" +task astutil.pkg = "astutil$astutil.cl" +task digiphot.pkg = "digiphot$digiphot.cl" +task focas.pkg = "focas$focas.cl" +task imred.pkg = "imred$imred.cl" +task mtlocal.pkg = "mtlocal$mtlocal.cl" +task nobsolete.pkg = "nobsolete$nobsolete.cl" +task nproto.pkg = "nproto$nproto.cl" +task obsutil.pkg = "obsutil$obsutil.cl" +task onedspec.pkg = "onedspec$onedspec.cl" +task rv.pkg = "rv$rv.cl" +task surfphot.pkg = "surfphot$surfphot.cl" +task twodspec.pkg = "twodspec$twodspec.cl" + +task observatory = "astutil$x_astutil.e" + +clbye() |