loading ISCE output in radar coordinate

113 views
Skip to first unread message

Mohammad Mohseni Aref

unread,
Jul 12, 2019, 12:16:53 PM7/12/19
to MintPy
Dear all,

I prepared radar coordinate input files in a small baseline directory of StaMPS. All reference-repeat folders include multilooked coherence, filtered interferogram and unwrapped result from ICU and snaphu algorithm for instance in

SMALL_BASELINES/20180205_20180313

isce_minrefdem_filt_9l.int.vrt
isce_minrefdem_filt_9l.int.xml

isce_minrefdem_filt_9l.coh
isce_minrefdem_filt_9l.coh.vrt
isce_minrefdem_filt_9l.coh.xml

isce_minrefdem_filt_9l.conncomp
isce_minrefdem_filt_9l.conncomp.aux.xml
isce_minrefdem_filt_9l.conncomp.vrt
isce_minrefdem_filt_9l.conncomp.xml
isce_minrefdem_filt_9l_icu.unw
isce_minrefdem_filt_9l_icu.unw.vrt
isce_minrefdem_filt_9l_icu.unw.xml
isce_minrefdem_filt_9l_snaphu.unw
isce_minrefdem_filt_9l_snaphu.unw.conncomp
isce_minrefdem_filt_9l_snaphu.unw.conncomp.vrt
isce_minrefdem_filt_9l_snaphu.unw.conncomp.xml
isce_minrefdem_filt_9l_snaphu.unw.vrt
isce_minrefdem_filt_9l_snaphu.unw.xml

Would you please guide me how can I load these input files using ISCE format in Mintpy?

Thanks in advance for your support 

Best Regards,
Mohammad

Heresh Fattahi

unread,
Jul 12, 2019, 12:33:07 PM7/12/19
to Mohammad Mohseni Aref, MintPy
Dear Mohammad,

For some reason we received your question several times!

My suggestion is to first run Mintpy using the example dataset provided by Yunjun Zhang on the git repo. This will help you to get familiar with MintPy. After that you can simply modify the configuration file to load your own data and then everything else will be the same. Please take a look at the git repo, the example dataset and the Jupyter notebook to run the example. 


Cheers,
Heresh 


--
You received this message because you are subscribed to the Google Groups "MintPy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mintpy+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mintpy/d8d8bac2-dc60-4b9c-9c6a-8cc9fe4f5e50%40googlegroups.com.

Mohammad Mohseni Aref

unread,
Jul 12, 2019, 1:03:30 PM7/12/19
to MintPy

Dear Heresh,

Thanks for your prompt response and informing me about several messages.

Examples and templates in Mintpy are really transparent in https://github.com/insarlab/MintPy/blob/master/docs/examples/input_files

The problem is all my files are in ISCE format but they produced by a combination of stacksentinel slc workflow and StaMPS scripts, therefore, I think there might be a difference between ingestion of interferogram workflow and my data


May I simply change 

mintpy.load.unwFile          = $GALAPAGOS_DIR/GalapagosSenDT128/merged/interferograms/*/filt_*.unw
mintpy.load.corFile          = $GALAPAGOS_DIR/GalapagosSenDT128/merged/interferograms/*/filt_*.cor
mintpy.load.connCompFile     = $GALAPAGOS_DIR/GalapagosSenDT128/merged/interferograms/*/filt_*.unw.conncomp

to

mintpy.load.unwFile          = SMALL_BASELINES/*/isce_minrefdem_filt_9l_snaphu.unw
mintpy.load.corFile          = SMALL_BASELINES/*/isce_minrefdem_filt_9l.coh
mintpy.load.connCompFile     = SMALL_BASELINES/*/isce_minrefdem_filt_9l_snaphu.unw.conncomp


I hope I explained more clearly what I mean. I think I should modify some part of codes in order to load data and process data in Mintpy. If the code modification is necessary, I really appreciate if you could guide me which scripts should be changed.

Best Regards,
Mohammad



Yunjun Zhang

unread,
Jul 12, 2019, 1:45:38 PM7/12/19
to MintPy
Dear Mohammad,

Yes, your modification on the template looks fine to me. Mintpy could read ISCE binary files. If there are error while running, please let us know.

You would also need to modify the following required template options according to your dataset.

mintpy.load.metaFile
mintpy.load.baselineDir
mintpy.load.demFile
mintpy.load.lookupYFile
mintpy.load.lookupXFile

Cheers,

Yunjun

--
You received this message because you are subscribed to the Google Groups "MintPy" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mintpy+un...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages