Skip to content

Commit

Permalink
Merge pull request #248 from jessemapel/ls_tests
Browse files Browse the repository at this point in the history
Fixed Line Scan test images having lines flipped
  • Loading branch information
Kelvin Rodriguez authored Nov 22, 2019
2 parents 02fe627 + de488ed commit da2fb23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/data/constVelocityLineScan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/data/orbitalLineScan.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit da2fb23

Please sign in to comment.