diff options
Diffstat (limited to 'noao/nproto/nproto.cl')
-rw-r--r-- | noao/nproto/nproto.cl | 26 |
1 files changed, 26 insertions, 0 deletions
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 |