Hello,
I have problems in running save_qgis.py. The problem is this:
"Unable to synchronously open object (object 'velocityStd' doesn't exist)"
Mintpy is working correctly, but instead of a file named velocity.h5, containing also the attribute velocityStd, it create only the file avgPhaseVelocity.h5, which doesn't contain this attribute.
The avgPhaseVelocity.h5 is this (first 5 raws):
velocity
Shape del dataset 'velocity': (690, 501)
First 5 rows/column of data:
[[1182.1561 1182.1561 1182.1561 1182.1561 1182.1561]
[1182.1561 1182.1561 1182.1561 1182.1561 1182.1561]
[1182.1561 1182.1561 1182.1561 1182.1561 1182.1561]
[1182.1561 1182.1561 1182.1561 1182.1561 1182.1561]
[1182.1561 1182.1561 1182.1561 1182.1561 1182.1561]]
I was wandering if anyone else encountered this issue.
Thank you very much.