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
Hi @mirzaees ,
In the run_04 step I am getting the error below running generate_unwrap_mask.py because there is no shadowMask in the geometryRadar.h5 file. It turns out that it is looking for ./merged/geom_reference/shadowMask.rdr.full which exist for Sentinel-1 but not for TSX (there is only `/merged/geom_reference/shadowMask.rdr'). Saying
seems to resolve it (should it?) but I wonder whether the autopath is working properly/.
cd MiamiTsxSMD14
ls -1 merged/*/*shadowMask*
merged/geom_reference/shadowMask.rdr
merged/geom_reference/shadowMask.rdr.rsc
merged/geom_reference/shadowMask.rdr.vrt
merged/geom_reference/shadowMask.rdr.xml
generate_unwrap_mask.py --geometry /scratch/05861/tg851601/MiamiTsxSMD14/miaplpy/inputs/geometryRadar.h5
20221118:163300 * generate_unwrap_mask.py --geometry /scratch/05861/tg851601/MiamiTsxSMD14/miaplpy/inputs/geometryRadar.h5
There is no shadow mask in geometryRadar.h5, all values set to 1
Traceback (most recent call last):
File "/work2/05861/tg851601/stampede2/code/rsmas_insar/sources/MiaplPy/miaplpy/generate_unwrap_mask.py", line 110, in <module>
main()
File "/work2/05861/tg851601/stampede2/code/rsmas_insar/sources/MiaplPy/miaplpy/generate_unwrap_mask.py", line 47, in main
mintpy.generate_mask.main(args_shm.split())
AttributeError: module 'mintpy' has no attribute 'generate_mask'
The text was updated successfully, but these errors were encountered:
Hi @mirzaees ,
In the run_04 step I am getting the error below running
generate_unwrap_mask.py
because there is noshadowMask
in thegeometryRadar.h5
file. It turns out that it is looking for./merged/geom_reference/shadowMask.rdr.full
which exist for Sentinel-1 but not for TSX (there is only `/merged/geom_reference/shadowMask.rdr'). Sayingseems to resolve it (should it?) but I wonder whether the autopath is working properly/.
The text was updated successfully, but these errors were encountered: