blob: b92673a6a76657cd9f397dee136fbb4085f23b8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|