aboutsummaryrefslogtreecommitdiff
path: root/pkg/utilities/nttools/threed/tiimage/tiimage.h
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2015-08-11 16:51:37 -0400
commit40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch)
tree4464880c571602d54f6ae114729bf62a89518057 /pkg/utilities/nttools/threed/tiimage/tiimage.h
downloadiraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz
Repatch (from linux) of OSX IRAF
Diffstat (limited to 'pkg/utilities/nttools/threed/tiimage/tiimage.h')
-rw-r--r--pkg/utilities/nttools/threed/tiimage/tiimage.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/pkg/utilities/nttools/threed/tiimage/tiimage.h b/pkg/utilities/nttools/threed/tiimage/tiimage.h
new file mode 100644
index 00000000..86e0d000
--- /dev/null
+++ b/pkg/utilities/nttools/threed/tiimage/tiimage.h
@@ -0,0 +1,9 @@
+define OUTPUT_TYPE 1 # Output-type file
+define TEMPLATE_TYPE 2 # Template-type file
+
+define MODE_OUT_SINGLE 1 # Output with single column
+define MODE_OUT_ALL 2 # Output with all columns
+define MODE_TEM_SINGLE 3 # Template with single column
+define MODE_TEM_ALL 4 # Template with all columns
+define MODE_SCRATCH 5 # No output nor template, create from scratch
+define MODE_ERROR -1