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 /pkg/proto/proto.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/proto/proto.cl')
-rw-r--r-- | pkg/proto/proto.cl | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/pkg/proto/proto.cl b/pkg/proto/proto.cl new file mode 100644 index 00000000..a4ff9462 --- /dev/null +++ b/pkg/proto/proto.cl @@ -0,0 +1,38 @@ +#{ Package script task for the PROTO package. + +images + +package proto + +task binfil, + bscale, + epix, + fields, + fixpix, + hfix, + imcntr, + imextensions, + imscale, + interp, + irafil, + joinlines, + $mask2text, + mkglbhdr, + mimstatistics, + mskexpr, + mskregions, + suntoiraf, + rskysub, + text2mask = proto$x_proto.e + +task ringavg = proto$ringavg.cl + +set color = "proto$color/" +set vol = "proto$vol/" + +task color.pkg = color$color.cl +task vol.pkg = vol$vol.cl + +hidetask mask2text + +clbye |