-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fringe/Snaphu output for Mintpy #46
Comments
Could you check the size of the unwrapped interferogram from two snaphu runs? Are they the same size? |
Checked. The same size. |
May I ask how many bytes are they? |
Snaphu output tiles mode Built-in snaphu |
@hfattahi, import os def cmdLineParser():
def write_xml(fileName,width,length,bands,dataType,scheme):
def getSize(data):
if name == 'main':
|
Thanks for checking the size. Obviously they are identical. |
Your script looks fine to me. Have you checked what is written differently to your "20200505_20200809.unw.xml" between the two runs? |
Сhecked, but everything is the same. Here only path differ /data/insar/Proc/merged/fringe/PS_DS/unw/20200505_20200809.unw |
Solved. Need to specify width instead of length in snaphu string in my case. |
Hi
Has anyone tried using the non built-in snaphu for imports into mintpy?
I processed the interferograms with the latest version of snaphu (2.0.4) but got an corrupted images.
Used snaphu (tested with/without tile mode) + make xml and vrt with custom script from isce2 pkgs.
The images processed with build-in snaphu from isce2 packages looks correct.
Playing with different snaphu options (data formats, uwrapping modes etc) with no effect.
snaphu -v -S -f merged/fringe/PS_DS/snaphu.conf 20200505_20200809.int 3419 -c merged/fringe/PS_DS/tcorr_ds_ps.bin -o 20200505_20200809.unw --tile 10 5 200 200 --nproc 20
The text was updated successfully, but these errors were encountered: