Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] This is the same as PR #123 - testing to see if CI will run #125

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8a2b780
removed 0.5 pixel offsets
AstroKEW78 Aug 22, 2018
4986276
fixed 0.5 pixel offsets in tests
AstroKEW78 Aug 22, 2018
beb88cc
removed 0.5 pixel offsets (#91)
AstroKEW78 Aug 22, 2018
dd99b90
Adds verbose ctest for travis (#93)
jlaura Aug 22, 2018
f8238d0
added focal length tests
AstroKEW78 Aug 22, 2018
08c48f8
cleaned up isd variable.
AstroKEW78 Aug 22, 2018
cb074f3
fixed isd variable again
AstroKEW78 Aug 22, 2018
28b2ee6
cleaned up key/newValue and comments
AstroKEW78 Aug 22, 2018
a99be16
Merge pull request #95 from AstroKEW78/testCameraModel
AstroKEW78 Aug 22, 2018
61bdc68
added observer x-distance test. (#97)
AstroKEW78 Aug 22, 2018
cd1b642
Test camera model (#99)
AstroKEW78 Aug 22, 2018
b0cb20e
Test camera model (#100)
AstroKEW78 Aug 24, 2018
6a1c1e1
Added framing test for setFocalPlane. (#89)
Aug 24, 2018
c7c54e8
A few more focal plane tests (#101)
Aug 27, 2018
96030a1
added flags for resolving compilation issue for missing pthreads on a…
AstroKEW78 Oct 2, 2018
065a930
Added ISD spec to README
Oct 2, 2018
2910598
Merge pull request #111 from Kelvinrr/readme
krlberry Oct 2, 2018
39a128b
Added a check for impossible samples in ground to image (#113)
jessemapel Oct 2, 2018
3714cb6
Swaps from error to warning on out of bounds. (#114)
jlaura Oct 2, 2018
93bc3c7
UsgsAstroFramePlugin refactor, part one (#117)
krlberry Oct 3, 2018
da137da
changed groundtoimage out of image error to warning. (#116)
jessemapel Oct 4, 2018
2ce4108
Merge master into dev
krlberry Oct 4, 2018
8131fbd
Update to use quaternions in test to match new ISD
krlberry Oct 5, 2018
66024a8
Fix 1 remaining failing omega rotation test
krlberry Oct 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adds verbose ctest for travis (#93)
  • Loading branch information
jlaura authored and jessemapel committed Aug 22, 2018
commit dd99b900c5b50b9dc4c4eabf88ce001ea20726b0
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ script:
- cd build
- cmake -DCOVERAGE=ON ..
- cmake --build .
- ctest
- ctest -VV
- cd ..

after_success:
Expand Down