-
- Downloads
Refactor of the pixel2map application and add geospatial vector file output (#5606)
* added README.md * added pixel2map '23 mods * updated the 2023 code to the current dev branch * Started the refactoring * Added app functional test * updated files for refactoring * removed call to UserInterface in new cpp code * refactored started working * First functional test working * Removed unused headers * code reviewed with Kelvin * fixed Functional Test - started UnitTest * added the unit test cpp file in the tests folder * added new test, fixed code in case of 360 crossing * cleanup for PR * updated CHANGELOG and docs * updated institution info * removed commented-out lines in header * removed README.md * pixel2map definition re-inserted into Isis namespace (which was deleted during code cleanup) * change on testCube path reverted
Showing
- .zenodo.json 5 additions, 0 deletions.zenodo.json
- AUTHORS.rst 1 addition, 1 deletionAUTHORS.rst
- CHANGELOG.md 9 additions, 1 deletionCHANGELOG.md
- isis/src/base/apps/pixel2map/main.cpp 16 additions, 385 deletionsisis/src/base/apps/pixel2map/main.cpp
- isis/src/base/apps/pixel2map/pixel2map.cpp 500 additions, 0 deletionsisis/src/base/apps/pixel2map/pixel2map.cpp
- isis/src/base/apps/pixel2map/pixel2map.h 21 additions, 18 deletionsisis/src/base/apps/pixel2map/pixel2map.h
- isis/src/base/apps/pixel2map/pixel2map.xml 33 additions, 1 deletionisis/src/base/apps/pixel2map/pixel2map.xml
- isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp 96 additions, 1 deletion...base/objs/ProcessGroundPolygons/ProcessGroundPolygons.cpp
- isis/src/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h 4 additions, 0 deletions...c/base/objs/ProcessGroundPolygons/ProcessGroundPolygons.h
- isis/tests/CameraFixtures.cpp 1 addition, 1 deletionisis/tests/CameraFixtures.cpp
- isis/tests/FunctionalTestsPixel2map.cpp 76 additions, 0 deletionsisis/tests/FunctionalTestsPixel2map.cpp
- isis/tests/UnitTestProcessGroundPolygons.cpp 55 additions, 0 deletionsisis/tests/UnitTestProcessGroundPolygons.cpp
Loading
Please register or sign in to comment