diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /noao/noao.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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() |