From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- 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