-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleaning up lose ends on Stretch Refactor (#3970)
* Stretch refactor inital move of Blob out of Stretch and creation of StretchBlob and CubeStretch classes * Cleanup and move setting of name into CubeStretch class * Add band numbers initial work * Added the ability to save the band number to the stretch blob and also only list saved stretches with current band number to restore/delete * Moves primary save/load/delete to StretchTool from AdvancedStretchTool. Buttons in AdvancedStretchTool work as previously * Get RGB stretches working, first draft * Add CubeStretch and StretchBlob * Update Blob.cpp Commented the new parameter for Find * Update saved stretches for RGB from the advanced stretch tool * Remove couts and cleanup merge * Re-remove save/load/restore buttons from RGB StretchType panels * Update button name from Load to Restore * Remove unused color/grayscale type from StretchBlob output, clean up redundant functions, improve method names * Update button location for AdvancedStretchTool * Switch Blob and Cube Reader filter list from QList<QPair> to QMap * Add documentation to new classes, update to not allow you to select or delete a saved stretch if none exist, and add pop up box for multiband with same band but different stretch no-supported. * Add gtests and delete old-style tests * Add missing StretchBlob test * Update Blob.cpp Co-authored-by: Stuart Sides <[email protected]>
- Loading branch information
Showing
26 changed files
with
417 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.