aboutsummaryrefslogtreecommitdiff
path: root/pkg/images/immatch/src/wcsmatch/wcsxymatch.h
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/images/immatch/src/wcsmatch/wcsxymatch.h')
-rw-r--r--pkg/images/immatch/src/wcsmatch/wcsxymatch.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkg/images/immatch/src/wcsmatch/wcsxymatch.h b/pkg/images/immatch/src/wcsmatch/wcsxymatch.h
new file mode 100644
index 00000000..b92673a6
--- /dev/null
+++ b/pkg/images/immatch/src/wcsmatch/wcsxymatch.h
@@ -0,0 +1,15 @@
+# Define the permitted input wcs types
+define RG_WCSLIST "|physical|world|"
+
+define RG_PHYSICAL 1
+define RG_WORLD 2
+
+# Define the permitted units
+define RG_UNITLIST "|hours|native|"
+define RG_UHOURS 1
+define RG_UNATIVE 2
+
+# Define the relationship between the two axes
+define RG_AXEQUAL 1
+define RG_AXSWITCHED 2
+define RG_AXNOTEQUAL 3