Closed EJFielding closed 2 years ago
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
View / edit / reply to this conversation on ReviewNB
dbekaert commented on 2022-06-02T14:58:24Z ----------------------------------------------------------------
Line #5. config_file = Path(mintpy_dir)/(sites[site]['calval_location'] + '_Sen.txt')
Lets stay consistent between notebooks on use of txt of cfg
The present version of the staged dataset for RidgecrestA64
includes the configuration file named Ridgecrest_Sen.txt
. I was trying to avoid recreating the staged data with the different configuration file name.
mintpy should not care about the file name of the custom config file, it only check its content. The effective change here is the mintpy.network.excludeIfgIndex
, so no need for filename change.
The present version of the staged dataset for RidgecrestA64
includes the configuration file named Ridgecrest_Sen.txt
. I was trying to avoid recreating the staged data with the different configuration file name.
View entire conversation on ReviewNB
mintpy should not care about the file name of the custom config file, it only check its content. The effective change here is the mintpy.network.excludeIfgIndex
, so no need for filename change.
View entire conversation on ReviewNB
I think this PR is now replaced with PR #35 @EJFielding @nabolfat ?
Yes, PR#35 is addressing the same issue. I added an if condition so it is recognized that the Ridgecrest config-file name is different from other staged data.
Per comment of @nabolfat, closing this here
Modified Coseismic notebook to reuse the MintPy configuration file included with staged data (same as was done in Secular notebook) so that MintPy will skip the network inversion that takes a long time on "nisar-calval" virtual machines