-
- Downloads
GXP supfile integration and tests (#409)
* Updated stateAsJson to read both .sup and camera state jsons * Added string sanitize function * Moved statefile reader to utilities * Added .sup filepath to linescan fixture * Added test for model creation from sup file state * Added sup file test data * Added tests for sanitize and readFileInString * Update hello.json * Update UtilitiesTests.cpp * Adds ability to modify GXP .sup Camera State using usgscsm_cam_test (#406) * Adds ability to modify sup file with camera state or isd. * Updated tests and documentation * Added build artifact for usgscsm_cam_test executable * Updated artifact target * Added build artifact for usgscsm_cam_test executable (#408) * Added build artifact for usgscsm_cam_test executable * Updated artifact target * Added test for supfile save and load Co-authored-by:Amy Stamile <astamile@contractor.usgs.gov> Co-authored-by:
Amy Stamile <74275278+amystamile-usgs@users.noreply.github.com>
Showing
- .appveyor.yml 3 additions, 0 deletions.appveyor.yml
- bin/usgscsm_cam_test.cc 61 additions, 37 deletionsbin/usgscsm_cam_test.cc
- docs/source/tools/usgscsm_cam_test.rst 17 additions, 9 deletionsdocs/source/tools/usgscsm_cam_test.rst
- include/usgscsm/Utilities.h 6 additions, 0 deletionsinclude/usgscsm/Utilities.h
- src/Utilities.cpp 36 additions, 4 deletionssrc/Utilities.cpp
- tests/CMakeLists.txt 10 additions, 0 deletionstests/CMakeLists.txt
- tests/Fixtures.h 1 addition, 0 deletionstests/Fixtures.h
- tests/PluginTests.cpp 10 additions, 1 deletiontests/PluginTests.cpp
- tests/UtilitiesTests.cpp 12 additions, 0 deletionstests/UtilitiesTests.cpp
- tests/data/gxp_model_file.sup 77 additions, 0 deletionstests/data/gxp_model_file.sup
- tests/data/hello.json 1 addition, 0 deletionstests/data/hello.json
tests/data/gxp_model_file.sup
0 → 100644
This diff is collapsed.
tests/data/hello.json
0 → 100644
Please sign in to comment