aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gie/builtins.gie23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie
index a70baba5..f86b7e79 100644
--- a/test/gie/builtins.gie
+++ b/test/gie/builtins.gie
@@ -2021,6 +2021,29 @@ expect -0.001790493 0.000759909
accept -200 -100
expect -0.001790493 -0.000759909
+-------------------------------------------------------------------------------
+operation +proj=healpix +R=6400000 +lat_1=0.5 +lat_2=2 +rot_xy=42
+-------------------------------------------------------------------------------
+tolerance 0.1 mm
+accept 2 1
+expect 254069.735470912856 -51696.237925639456
+accept 2 -1
+expect 77970.559536809917 -247274.186569161975
+accept -2 1
+expect -77970.559536809917 247274.186569161975
+accept -2 -1
+expect -254069.735470912856 51696.237925639456
+
+direction inverse
+accept 254069.735470912856 -51696.237925639456
+expect 2 1
+accept 77970.559536809917 -247274.186569161975
+expect 2 -1
+accept -77970.559536809917 247274.186569161975
+expect -2 1
+accept -254069.735470912856 51696.237925639456
+expect -2 -1
+
===============================================================================
rHEALPix