From 963e250a9a5a6bd0050bc9281bb748309804b487 Mon Sep 17 00:00:00 2001 From: "K. Williams" <kewilliams@usgs.gov> Date: Thu, 16 Aug 2018 14:05:26 -0700 Subject: [PATCH] updated isd to have correct rotation (#82) Omega, phi and kappa were updated to 0, -Pi/2 and Pi respectively. --- tests/data/simpleFramerISD.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/simpleFramerISD.json b/tests/data/simpleFramerISD.json index 7235ecb..f05e5df 100644 --- a/tests/data/simpleFramerISD.json +++ b/tests/data/simpleFramerISD.json @@ -44,8 +44,8 @@ "original_half_lines": 8.0, "original_half_samples": 8.0, "omega": 0, - "phi": 0, - "kappa": 0, + "phi": -1.5707963267948966, + "kappa": 3.141592653589793, "semi_major_axis": 10, "semi_minor_axis": 10, "transx": [ -- GitLab