Skip to content
Snippets Groups Projects
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
No related branches found
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