You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some workflows in Mintpy, a slant range distance is required. It would be great if this could be added while preparing the mintpy input files. Something like this in prep_mintpy.py works:
from mintpy.utils.utils0 import incidence_angle2slant_range_distance
For some workflows in Mintpy, a slant range distance is required. It would be great if this could be added while preparing the mintpy input files. Something like this in prep_mintpy.py works:
from mintpy.utils.utils0 import incidence_angle2slant_range_distance
And after incidence angle calculation:
dsDict["slantRangeDistance"] = incidence_angle2slant_range_distance(meta, incidence_angle)
Thanks.
The text was updated successfully, but these errors were encountered: