Skip to content
Snippets Groups Projects
Commit de488eda authored by Jesse Mapel's avatar Jesse Mapel
Browse files

Fixed Line Scan test images having lines flipped

parent 02fe627e
Branches
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment