Problems calculating absolute delay for each date using PyAPS #779
Answered
by
yunjunz
anaferreira97
asked this question in
Q&A
-
Hello everyone! I'm trying to run Mintpy with GMTSAR processor but I'm having problems calculating absolute delay for each date using PyAPS. I'm getting the error "TypeError: Can't broadcast (243, 227) -> (1, 3970, 2440)". The entire log is attached. |
Beta Was this translation helpful? Give feedback.
Answered by
yunjunz
May 26, 2022
Replies: 1 comment 5 replies
-
Based on your attached log file, the error is due to the size of the DEM (243 x 277), which is different from the input interferograms' size (3970 x 2440). |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
yunjunz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Based on your attached log file, the error is due to the size of the DEM (243 x 277), which is different from the input interferograms' size (3970 x 2440).