-
Notifications
You must be signed in to change notification settings - Fork 5
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
Frequently Asked Questions and Troubleshooting #60
Comments
falkamelung
changed the title
recipes for Discussion
recipes/Troubleshooting for FAQ section
Jan 28, 2022
Troubleshooting:
Display the connected component mask (
try lowering the coherence threshold for automatic reference point selection:
|
falkamelung
changed the title
recipes/Troubleshooting for FAQ section
Frequently Asked Questions and /Troubleshooting
Jan 31, 2022
falkamelung
changed the title
Frequently Asked Questions and /Troubleshooting
Frequently Asked Questions and Troubleshooting
Jan 31, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Frequently Asked Questions:
Q: How to rerun if you want to change reference point ?
A: Run
minopyApp.bash --start interferogram_correction
as it starts withsmallbaselineApp.py --start modify_network
withreference_point
being the first step.Q: How to rerun if you want to change temporal coherence threshold?
A: Run
minopyApp.bash --start invert_network
which creates themaskTemCoh.h5
file. Alternatively, for faster results you can manually create themaskTemCoh.h5
and run .... (Sara: add command)Q: Why is mintpy.reference.lalo not updated in smallbaselineApp.cfg when I comment it out in the control file, #
mintpy.reference.lalo = 19.071,-98.670
?A: You need to say
mintpy.reference.lalo = auto
. Commenting out does not create any action.Q: How to rerun using a different interferogram network for phase unwrapping?
Q: When are the
minopyApp.cfg
andsmallbaselineApp.cfg
created? Will they be overwritten by options given in the custom *.template file at any run step (i.e. can I runminopyApp.py $TE/SiciliSenDT128.template --start invert_network
) or do I need to manually remove them?Q: How to rerun if some mintpy options are changed, e.g.
mintpy.geocode.laloStep
or tropospheric correction?A: Run
minopyApp.py $TE/SiciliSenDT128.template --start timeseries_correction --dir minopy
orsmallbaselineApp.py $TE/SiciliSenDT128.template --start geocode --dir minopy
.Other questions:
The text was updated successfully, but these errors were encountered: