Checked for duplicates
Yes - I've already checked
Describe the bug
When I was using s1_geocode_slc.py, there was an error related to this argument mask_block that has been changed to a required argument recently but not added to the function using it here:
|
isce3.geocode.geocode_slc(geo_data_blocks=geo_data_blks, |
I am not aware of more instances, so I appreciate anybody commenting or sending a PR to fix
Thank you
What did you expect?
I expected [...]
Reproducible steps
just running `s1_cslc.py s1_cslc_geo.yaml ` for any sentinel-1 data
Environment
- Version of this software: compass=0.5.5
- Operating System: Linux
...
Checked for duplicates
Yes - I've already checked
Describe the bug
When I was using
s1_geocode_slc.py, there was an error related to this argumentmask_blockthat has been changed to a required argument recently but not added to the function using it here:COMPASS/src/compass/s1_geocode_slc.py
Line 202 in ad3929c
I am not aware of more instances, so I appreciate anybody commenting or sending a PR to fix
Thank you
What did you expect?
I expected [...]
Reproducible steps
Environment