From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/noao.cl | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 noao/noao.cl (limited to 'noao/noao.cl') 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() -- cgit