-
- Downloads
Update SAR to the newest format (#389)
* Tests passing
* Add new test
* Update SAR to the newest format
* Rm stray debug statement
* sarTests: Minor adjustment
* Let a test print its output on failure, as cannot figure out the problem
* Fix a test, not sure about the reason for the divergence
* Use gmttime as suggested by the Z timestamp, and not local time
* Try setting the daylight savings time bit
* Use daylight savings time
* Try avoiding local time altogether
* Modularize code
* Include ctime for Windows to build
* Must be std::ctime
Co-authored-by:
Jesse Mapel <jmapel@usgs.gov>
Showing
- include/usgscsm/Utilities.h 4 additions, 0 deletionsinclude/usgscsm/Utilities.h
- src/UsgsAstroFrameSensorModel.cpp 2 additions, 10 deletionssrc/UsgsAstroFrameSensorModel.cpp
- src/UsgsAstroLsSensorModel.cpp 6 additions, 16 deletionssrc/UsgsAstroLsSensorModel.cpp
- src/UsgsAstroPushFrameSensorModel.cpp 2 additions, 10 deletionssrc/UsgsAstroPushFrameSensorModel.cpp
- src/UsgsAstroSarSensorModel.cpp 138 additions, 63 deletionssrc/UsgsAstroSarSensorModel.cpp
- src/Utilities.cpp 16 additions, 0 deletionssrc/Utilities.cpp
- tests/CMakeLists.txt 2 additions, 0 deletionstests/CMakeLists.txt
- tests/LineScanCameraTests.cpp 1 addition, 0 deletionstests/LineScanCameraTests.cpp
- tests/PluginTests.cpp 5 additions, 3 deletionstests/PluginTests.cpp
- tests/SarTests.cpp 72 additions, 33 deletionstests/SarTests.cpp
- tests/UtilitiesTests.cpp 8 additions, 0 deletionstests/UtilitiesTests.cpp
- tests/data/orbitalSar.json 28191 additions, 109 deletionstests/data/orbitalSar.json
Loading
Please register or sign in to comment