From de488eda3a1f061743688f9176a6e2969c112b1f Mon Sep 17 00:00:00 2001 From: Jesse Mapel <jmapel@usgs.gov> Date: Fri, 8 Nov 2019 13:49:03 -0700 Subject: [PATCH] Fixed Line Scan test images having lines flipped --- tests/data/constVelocityLineScan.json | 2 +- tests/data/orbitalLineScan.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/data/constVelocityLineScan.json b/tests/data/constVelocityLineScan.json index 142a4b6..fbb0553 100644 --- a/tests/data/constVelocityLineScan.json +++ b/tests/data/constVelocityLineScan.json @@ -13,7 +13,7 @@ "dt_ephemeris": 0.2, "t0_quaternion": -0.8, "dt_quaternion": 0.2, - "focal2pixel_lines": [0.0, 10.0, 0.0], + "focal2pixel_lines": [0.0, -10.0, 0.0], "focal2pixel_samples": [0.0, 0.0, 10.0], "focal_length_model": { "focal_length": 50 diff --git a/tests/data/orbitalLineScan.json b/tests/data/orbitalLineScan.json index c51d321..ba68089 100644 --- a/tests/data/orbitalLineScan.json +++ b/tests/data/orbitalLineScan.json @@ -13,7 +13,7 @@ "dt_ephemeris": 0.1, "t0_quaternion": -0.8, "dt_quaternion": 0.1, - "focal2pixel_lines": [0.0, 10.0, 0.0], + "focal2pixel_lines": [0.0, -10.0, 0.0], "focal2pixel_samples": [0.0, 0.0, 10.0], "focal_length_model": { "focal_length": 50 -- GitLab