-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8.0.4 LTS Release Prep #5686
8.0.4 LTS Release Prep #5686
Conversation
* Adds HRSC support in socetlinescankeywords * Add test cube * Fixed tests
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…to gtests. Removed existing Makefile tests. (DOI-USGS#5444) * Converted skypt to a callable app. Converted existing makefile tests to gtest format and removed old makefile tests and data. Addresses DOI-USGS#5443. * Updated contributor list to add Sarah S. Sutton. Addresses DOI-USGS#5443. --------- Co-authored-by: Sarah Sutton <[email protected]>
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…verted to a gtest and removed. (DOI-USGS#5600) * Noseam has been refactored to be callable. Makefile test has been converted to a gtest and removed. Addresses DOI-USGS#5599. * Modifications to address gtest failures. Also added addtional input parameter error checking to ensure noseam exits prior to generation of temporary files. Finally modified gtests to remove the print.prt file if generated. Addresses DOI-USGS#5599.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…le test converted to a gtest. (DOI-USGS#5590) * Updated explode application gtest to use DefaultCube fixture instead of cube in isis/tests/data. Addresses DOI-USGS#5557. * Cleaned up includes in default explode gtest. Added history entry to explode.xml. Addresses DOI-USGS#5557. * Updating main.cpp and removed Makefile tests for explode conversion to callable app. Addresses DOI-USGS#5557. * Added CHANGELOG entry for conversion of explode app to callable function. Addresses DOI-USGS#5557. --------- Co-authored-by: Adam Paquette <[email protected]>
…rted to gtest format (DOI-USGS#5579) * Fixed minor misspellings in error messages. Addresses DOI-USGS#5516. * Test data added for isisminer. Addresses DOI-USGS#5516. * Converted isisminer Makefile tests to gtest format. Addresses DOI-USGS#5516. * Converted isisminer application to callable function. Addresses DOI-USGS#5516. * Minor tweak to isisminer csvwriter test. Addresses DOI-USGS#5516. * Added compareCsvLineCustomDelimiter method, specifically for isisminer testing support. Addresses DOI-USGS#5516. * Removed isisminer Makefile tests (replaced by gtests) and updated CHANGELOG reflecting conversion of isisminer to callable app. Addresses DOI-USGS#5516. * Replace isis cube in /isis/tests/data/isisminer/gistest with isd and label files. Minor tweaks to FunctionalTestsIsisminer.cpp. History entry added to isisminer.xml. Addresses DOI-USGS#5516. * Minor changes for conversion of isisminer to callable app. Addresses DOI-USGS#5516. * Had to add data file index.lbl to the .gitignore file for it to be uploaded. Addresses DOI-USGS#5516.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
1 similar comment
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…een converted to gtests and removed. Addresses DOI-USGS#5594. (DOI-USGS#5597)
…een converted to gtests and removed. (DOI-USGS#5582) * Photrim has been converted to a callable app. Corresponding Makefile tests have been converted to gtests and removed. Addresses DOI-USGS#5581. * Tweaks to FunctionalTestsPhotrim.cpp. Addresses DOI-USGS#5581.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
1 similar comment
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…been converted to gtests. (DOI-USGS#5572) * Bandtrim has been refactored to be callable; old Makefile tests have been removed and replaced by gtests. Addresses DOI-USGS#5571. * Update FunctionalTestsBandtrim.cpp Minor documentation change.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Modified to work with new (detached) data * Updated changelog * Allow data specification outside current directory
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Added fail-early + error message for csminit'd images without csm solve parameters * Updated changelog
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
) * Added line to close match cube in noproj.cpp. Not closing the cube resulted in a temporary "*.lbl" file that remained after running the noproj application. Addresses DOI-USGS#5577. * CHANGELOG entry for noproj bug fix. Addresses DOI-USGS#5577. * Added history entry in noproj.xml. Addresses DOI-USGS#5577.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Removed preemptive validity check for polygon * Removed unused import * Updated changelog
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Avoid double image load when opening cubes from cmdline in qview * Added changelog entry * Revert interval change
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
1 similar comment
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Fixed typo * PVL compliant * PR feedback changes
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Remove label check for level3 * update changelog * fix test * addressed PR feedback * fixed grammar
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
…nd in the bundleout.txt file when performing a rectangular (XYZ) bundle adjustment, originally implemented in UofA OSIRIS-REx code on 2019-07-30. Addresses DOI-USGS#5642. (DOI-USGS#5643) * The RADIUS checkbox in the GUI is excluded when a RECTANGULAR solution is selected. * In the bundleout.txt file, for rectangular solutions, 1) RADIUS is set to N/A in the SOLVE OPTIONS section; and 2) the POINTS UNCERTAINTY SECTION was fixed to properly display adjusted point uncertainty statistics with Error Propagation turned on. * Spacing for point labels was cleaned up in the INPUT: GLOBAL IMAGE PARAMETER UNCERTAINTIES section. * Finally, a slight modification was added to the FunctionalTestJigsawBundleXYZ ctest to verify that RADIUS is N/A in a RECTANGULAR solution.
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Modified to work with new (detached) data * Updated changelog * Allow data specification outside current directory
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* speed up camstats * add changelog
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* fixes photomet not accepting backplanes * fix changelog * Converted to gtests * Add input cube attributes
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
* Convert dstripe to gtests * add changelog * Fixed build error
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
The build and test suite have started for your pull request. To view your build log, please reference the build with source version: "PR_5686". Additionally, check the latest "dev" source version to identify existing test failures. Please note that you are not responsible for the test failures that exist on both your PR and the dev branch. |
Description
Changes for 8.0.4 LTS:
[8.0.4] - 2024-11-26
Added
Changed
Fixed
Related Issue
How Has This Been Validated?
Types of changes
Checklist:
Licensing
This project is mostly composed of free and unencumbered software released into the public domain, and we are unlikely to accept contributions that are not also released into the public domain. Somewhere near the top of each file should have these words: