-
- Downloads
Fixed bug where Lat/Lon/Radius point corrections are wrong in points.csv when...
Fixed bug where Lat/Lon/Radius point corrections are wrong in points.csv when running a rectangular (XYZ) bundle adjustment (#5688) * Fixed bug in the method BundleSolutionInfo::outputPointsCSV() where, when performing a rectangular (XYZ) bundle adjustment, the Lat/Lon/Radius point corrections written to points.csv are incorrect and do not match those written to bundleout.txt. Also modified the ctest FunctionalTestJigsawBundleXYZ to spot check six lines (points) in points.csv. Addresses #5646. * Removed unnecessary, duplicate calls to retrieve X,Y, and Z point :coordinates in method BundleSolutionInfo::outputPointsCSV. Addresses #5646.
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- isis/src/control/objs/BundleSolutionInfo/BundleSolutionInfo.cpp 64 additions, 8 deletions...rc/control/objs/BundleSolutionInfo/BundleSolutionInfo.cpp
- isis/src/control/objs/BundleSolutionInfo/BundleSolutionInfo.h 4 additions, 1 deletion.../src/control/objs/BundleSolutionInfo/BundleSolutionInfo.h
- isis/tests/FunctionalTestsJigsaw.cpp 16 additions, 0 deletionsisis/tests/FunctionalTestsJigsaw.cpp
Loading
Please register or sign in to comment