-
Notifications
You must be signed in to change notification settings - Fork 12
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
DAS-2276: Update HyBIG reference images. #122
Conversation
* DAS-2276: Updates references for opera-rtc for the HyBIG changes * DAS-2276: Update changelog and version files.
I confirmed the new opera-rtc-s1-browse reference data matches the requirements we've discussed. No concerns from ASF (assuming the test passes, of course). |
When nasa/harmony-browse-image-generator#39 gets merged this can follow |
Following the test instructions was able to pass using VSCode using SIT. HyBIG_Regression.ipynb
opera-rtc-s1-browse_Regression.ipynb |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verify tests pass
Description
Update the regression tests affected by the HyBIG changes in DAS-2276.
Jira Issue ID
DAS-2276
Local Test Steps
Check out the main branch, copy the regression test directory from hybig into a new location.
(This is if you want to open up the images and compare the changes in QGIS or similar)
Set up Harmony-In-A-Box with the latest HyBIG image.
Check out this DAS-2276 PR
Build and activate the conda environments for
HyBIG
andopera-rtc-s1-browse
in their respective directories.Update your host location in both notebooks
harmony_host_url = 'http://localhost:3000'
.Run both notebooks locally and ensure no errors are generated.
Verify works against SIT
set your environment:
Run the tests
Wait 6ish minutes and verify all pass.
Changes to the images?
HyBIG has been modified to treat input 3 and 4 band images as RGB[A] values "unchanged" (for most important cases). This means the refernce output pngs are dimmer for VCF5KYR because their valid range is 0 to 100 and are no longer scaled to 0 to 255. You can see the new images with the old ones in the 06230bb832f405f6b040e7fb66a4410c306de0ef commit.
The change to the opera-rtc-s1-browse image is not as visible because the input GeoTIFF used all of the available dynamic range of the 24-bit image.
PR Acceptance Checklist