Commit de488eda authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Fixed Line Scan test images having lines flipped

parent 02fe627e
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