Unverified Commit da2fb234 authored by Kelvin Rodriguez's avatar Kelvin Rodriguez Committed by GitHub
Browse files

Merge pull request #248 from jessemapel/ls_tests

Fixed Line Scan test images having lines flipped
parents 02fe627e de488eda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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