-
- Downloads
New groundToImage method (#260)
* Added line and point comp and distance
* Finished linearization
* Fixed removing wrong line
* More fixes
* First pass at detector coords
* Added line coefficient computation
* Updated for the line search algorithem
* Added final touches to the groundToImage algorithm
* Removed old groundtoimage code
* Removed some prints
* Somewhat working groundToImage stuffs
* Fixed orbital ls
* Fixed old line
* Added warnings, moved things around, added some prints
* More prints
* Fixed sensor angles
* Removed constAngular tests
* Commented out new algorithm section and removed prints
* Updated expected precision to be the default precision passed to groundtoimage
* Updated tests to check for precision
* Addressed PR feedback
* Added old logger message back in
* Removed utlity code from algorithm
* Changes based on feedback and other small comment based changes
Co-authored-by:
Jesse Mapel <jam826@nau.edu>
Showing
- include/usgscsm/UsgsAstroLsSensorModel.h 2 additions, 8 deletionsinclude/usgscsm/UsgsAstroLsSensorModel.h
- include/usgscsm/Utilities.h 0 additions, 19 deletionsinclude/usgscsm/Utilities.h
- src/UsgsAstroLsSensorModel.cpp 71 additions, 179 deletionssrc/UsgsAstroLsSensorModel.cpp
- src/Utilities.cpp 0 additions, 96 deletionssrc/Utilities.cpp
- tests/Fixtures.h 0 additions, 27 deletionstests/Fixtures.h
- tests/LineScanCameraTests.cpp 15 additions, 38 deletionstests/LineScanCameraTests.cpp
- tests/UtilitiesTests.cpp 0 additions, 76 deletionstests/UtilitiesTests.cpp
- tests/data/constAngularVelocityLineScan.json 0 additions, 92 deletionstests/data/constAngularVelocityLineScan.json
- tests/data/orbitalLineScan.json 48 additions, 48 deletionstests/data/orbitalLineScan.json
Loading
Please register or sign in to comment