I also thank you. I have many other questions that may be very beginner for you, for example, after preparing the data.
1. What command should I use to create the text file?
2. These commands:
# vim: set filetype=cfg:
##-------------------------------- MintPy ---------------- --------------##
########## 1. Load Data (--load to exit after this step)
## load_data.py -H to check more details and example inputs.
mintpy.load.processor = snap
mintpy.load.unwFile = ../interferograms/*/*/Unw_*.img
mintpy.load.corFile = ../interferograms/*/*/coh_*.img
mintpy.load.demFile = ../dem*/dem*.img
mintpy.subset.lalo = -33.10:-32.95, 17.98:18.13
mintpy.reference.lalo = -33, 18.05
mintpy.networkInversion.weightFunc = var
mintpy.deramp = linear
mintpy.topographicResidual.pixelwiseGeometry = no
should I let it run in the path of the text file that I create in the mintpy folder?
3. Should I execute all these commands together? I would be very grateful if you could guide me step by step. Because I really don't know how to execute the commands practically, while I have also read the mintpy tutorial😐.