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/nproto/nproto.cl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 noao/nproto/nproto.cl (limited to 'noao/nproto/nproto.cl') diff --git a/noao/nproto/nproto.cl b/noao/nproto/nproto.cl new file mode 100644 index 00000000..1aa05fc6 --- /dev/null +++ b/noao/nproto/nproto.cl @@ -0,0 +1,26 @@ +#{ Package script task for the NPROTO package. + +images # for the script tasks findthresh, ndprep + +package nproto + +task binpairs, + iralign, + irmatch1d, + irmatch2d, + irmosaic, + linpol, + slitpic = nproto$x_nproto.e + +task findthresh = "nproto$findthresh.cl" +task mkms = "nproto$mkms.cl" + +task detect = "nproto$ace/x_nproto.e" +task objmasks = "nproto$ace/objmasks.cl" +task objmasks1 = "nproto$ace/objmasks1.par" +hidetask detect, objmasks1 + +task skysep = "nproto$skysep.cl" +task skygroup = "nproto$skygroup.cl" + +clbye -- cgit