aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/imfit/imfit.cl
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/images/imfit/imfit.cl')
-rw-r--r--pkg/images/imfit/imfit.cl13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/images/imfit/imfit.cl b/pkg/images/imfit/imfit.cl
new file mode 100644
index 00000000..acde0687
--- /dev/null
+++ b/pkg/images/imfit/imfit.cl
@@ -0,0 +1,13 @@
+#{ IMFIT -- The Image Fitting Package.
+
+set imfit = "images$imfit/"
+
+package imfit
+
+# Tasks.
+
+task fit1d,
+ imsurfit,
+ lineclean = "imfit$x_images.e"
+
+clbye()