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 /sys/imfort/tasks/tasks.unix | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'sys/imfort/tasks/tasks.unix')
-rw-r--r-- | sys/imfort/tasks/tasks.unix | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sys/imfort/tasks/tasks.unix b/sys/imfort/tasks/tasks.unix new file mode 100644 index 00000000..13aa52fb --- /dev/null +++ b/sys/imfort/tasks/tasks.unix @@ -0,0 +1,18 @@ +# Declare the IMFORT test/demo tasks as CL foreign tasks [MACHDEP]. +# Usage: uncomment the appropriate declarations, and type `cl < tasks.cl'. +# NOTE - requires that "iraf" be defined in the host environment. + +task $args = "$${iraf}sys/imfort/tasks/args.e $1 $2 $3 $4 $5" +task $hello = "$${iraf}sys/imfort/tasks/hello.e" +task $imcopy = "$${iraf}sys/imfort/tasks/imcopy.e $(*)" +task $imdel = "$${iraf}sys/imfort/tasks/imdel.e $(*)" +task $imren = "$${iraf}sys/imfort/tasks/imren.e $(*)" +task $keyw = "$${iraf}sys/imfort/tasks/keyw.e" +task $minmax = "$${iraf}sys/imfort/tasks/minmax.e $(*)" +task $mkim = "$${iraf}sys/imfort/tasks/mkim.e $(1) $2 $3 $4 $(5)" +task $pcube = "$${iraf}sys/imfort/tasks/pcube.e $(1) $2 $3 $4 $5 $6 $7" +task $phead = "$${iraf}sys/imfort/tasks/phead.e $(1) $2" +task $planck = "$${iraf}sys/imfort/tasks/planck.e" +task $readim = "$${iraf}sys/imfort/tasks/readim.e $(*)" + +keep |