diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/proto/proto.cl | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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 |