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/nproto/nproto.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
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 |