-
Notifications
You must be signed in to change notification settings - Fork 22
geocode SLC integration test #46
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
Merged
+303
−31
Merged
Changes from 1 commit
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
6b02edd
initial commit for geocode SLC unit test
LiangJYu fd880ed
download test data from zenodo
LiangJYu 9f0b607
added docstrings, more descriptive variable names, internet check
LiangJYu 97c4461
Merge branch 'main' into geocode_slc_unit_test
LiangJYu 2984d49
run integration test in circleci
LiangJYu 1abbfe4
adding pytest as requirement
LiangJYu 92daa0f
adding pytest to docker specfile
LiangJYu 0164652
another attempt to run pytest in ci
LiangJYu ebfea34
yet another attempt to run pytest in ci
LiangJYu 13cb5b2
applying suggestion from rtburns
LiangJYu 7a5655c
docker command tweak
LiangJYu 6442402
fix entry point
LiangJYu cd70f7c
remove entry point
LiangJYu 6e3069c
fix path
LiangJYu 8eff671
activate environment
LiangJYu 175ab31
init bash
LiangJYu c65ace4
bash path not needed
LiangJYu 17a70ff
docker command fix
LiangJYu dbf457b
adding attr to specifile
LiangJYu 7e34b3f
fix typo in url
LiangJYu 35cb9e8
Merge remote-tracking branch 'upstream/main' into geocode_slc_unit_test
LiangJYu 5b4dc91
updated specfile
LiangJYu 07c83e4
account for multiburst, new burst ID, geocode entire burst
LiangJYu b30f823
use main instead of tag because of missing features
LiangJYu 18c9cb4
clone hhtps not ssh
LiangJYu 4ddf5f8
template yaml
LiangJYu aa1540c
Merge branch 'main' into geocode_slc_unit_test
LiangJYu 8e10100
update unit tests for smaller dataset
LiangJYu 88f0487
parallel test data download
LiangJYu d438b58
update specifile
LiangJYu dd2e841
remove unused imports
LiangJYu e693f51
more comments/docstrings
LiangJYu aeb64ac
cleaner mp pool
LiangJYu 3f72ad3
fix docstring
LiangJYu b95f45c
load just the slice not EVERYTHING
LiangJYu 8953342
Merge branch 'geocode_slc_unit_test' of github.com:LiangJYu/COMPASS i…
LiangJYu dd7b5e1
clarity in file related variable
LiangJYu fa33f64
fix typo in path
LiangJYu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
load just the slice not EVERYTHING
- Loading branch information
commit b95f45cf125d7e3a9a0755930ca92fcba48a337b
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
How have you determined this threshold? Also, I do not fully understand the test. We are just testing for the presence of bright spots inside the processed CSLC?
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.
Correct - this test only check for presence of bright spots in the processed CSLC within the area of the CRs. I was thinking to improve this to checking for individual CRs when we get all our corrections implemented.
I determined the threshold by plotting where the CRs are and picked a seemingly appropriate value based on the colorbar.