Open lacardonap opened 6 years ago
Thanks for pointing this out @lacardonap! I'm not using these tools regularly, so they will at times be out of date. If you have a version of giant.yml that is working feel free to submit a pull request and I will add it to this repository
When I run ProcessStack.py I get an error in the file "/home/geored/Software/earthdef/giant/GIAnT/tsinsar/stack.py", line 274 because the st.nanstd function does not exist.
I found that the function nanstd was a deprecated function that was removed from scipy.stats in version 0.18.0. https://stackoverflow.com/questions/40944243/module-scipy-stats-has-no-attribute-nanmean
It is necessary to adjust the isce_notes/Ubuntu/giant_102016.yml to downgrade the version of scipy.