-
Notifications
You must be signed in to change notification settings - Fork 5
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
Sar quick #106
base: sar_quick
Are you sure you want to change the base?
Sar quick #106
Conversation
Hello @McWhity! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:
|
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.
I haven't gone through all the solver maths or the GDAL reprojection, so I assume these work as intended
kaska/kaska_sar.py
Outdated
@@ -1,149 +1,490 @@ | |||
# -*- coding: utf-8 -*- | |||
#!/usr/bin/env python |
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.
Is the shebang needed? The module doesn't contain any executable code any more.
kaska/inference_runner.py
Outdated
s1_obs = copy.copy(config.s1_obs) | ||
s1_obs.apply_roi(ulx, uly, lrx, lry) | ||
|
||
s1_inversion = KasKASAR(config.temporal_grid, config.state_mask, |
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.
Check capitalization.
This should be merged in branch |
LMU tested installation and outputs of branch.