Need help for exporting ISCE --> dolphin --> mintpy #677
Replies: 5 comments 1 reply
-
|
Can you describe what input data you are processing, and the other steps you ran to get to this point? it says it's looking for a |
Beta Was this translation helpful? Give feedback.
-
|
Yes. Here what I followed. Then I ran dolphin by 'dolphin_config.yaml' REQUIRED: list of CSLC files, or newline-delimited file containing list of CSLC files.Type: array.cslc_file_list:
" |
Beta Was this translation helpful? Give feedback.
-
|
Hello all :) If I may say so, among others, one difference between dolphin and MintPy data is in their metadata content. The h5 data contain a lot of metadata which are not present in the geotifs of dolphin, and even worse, dolphin could contain metadata that would be misinterpreted from MintPy. A simple MintPy will implicitly check whether a scene is geocoded or not based on such metadata whilst trying to load the data: https://github.com/insarlab/MintPy/blob/85e3ae888fbf4a5fded369e48fa8d6edc9c9866e/src/mintpy/load_data.py#L494-L499 In your case, my guess is that you will observe that your dolphin timeseries tifs contain metadata such as My suggestion would be to make the metadata of the dolphin outcome be as they are required by MintPy to drive the correct process. you can take inspiration from: https://github.com/insarlab/MintPy/blob/main/src/mintpy/objects/stack.py or you could simply make a dummy ISCE2-MintPy run and check what kind of data are acceptable by MintPy and the processes you to do and try to recreate them. |
Beta Was this translation helpful? Give feedback.
-
|
Hi everyone! I have seen the recent geocoding options in dolphin and pretty excited with the ease of use. Its a great access to process with the builtin feature. I have ran ISCE2 --> Dolphin --> Mintpy finally. I have done I was trying to make it Minty friendly and it worked finally. I have used this geocodeUsingGdalWarp() funtion to the ISCE2 geometries. I have taken the corner coordinates and pixel_spacing using the $gdalinfo *.unw.tif (geocoded dolphin file) **Since my geocoded dimensions are (2475, 1805) ** I then geocoded using geocodeUsingGdalWarp() with the bounds and spacing from the geocoded *.unw.tif file. I have extracted band1 incAngle.tif & band 2 azAngle.tif from los.tif I gave inputs from the these to Mintpy like below
The result seems to be promising. Though I didn't provide the watermask, It seems it ran well. I need to provide watermask and tropospheric correction yet. It's with the temporal coherence of 0.5, It has more coherence pixels than my previous ISCE2 --> Mintpy. Regards, |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I'm new to the dolphin. I very much interested to do the PD/DS insar using it. I got error while starting mintpy from the output of ISCE into dolphin. ( I coregistered using ISCE2 and ran dolphin then I trying to export into mintpy.
Your help will be greatly appreciated.
Here this image shows mintpy config file setup i did
Here the error I encountered.
Detailed full log of 'smallbaselineApp.py mintpy.txt' as txt file
dolphin error HPC.txt
Beta Was this translation helpful? Give feedback.
All reactions