Falk Amelung
Falk Amelung
As mintpy uses `print()` statements to display progress to the screen (STDOUT), this information gets scrambled on clusters. For example under LSF `bpeek` command does not properly relay where mintpy...
Currently MintPy supports only the UNR GPS solutions. It would be nice to have an option to select the GPS data source. For example, people from Scripps, MIT and JPL...
**Description of the problem** I am running `ifgram_inversion.py ` using `mintpy.compute.numWorker=all` on stampede2 (48 cores per node, each 2 threads) and it thinks there are 96 cores: ``` ------- start...
`stackSentinel.py` currently offers for network generation only the `--num_connections` option. For example, `--num_connections 4` will create for each date 4 nearest-neighbor interferograms. It would be good to have the ability...
We got into trouble using topsStack on HPC (TACC's Stampede2) because of too heavy IO loads on the shared disk by running more than ~200 ISCE processes simultaneously. The admins...
For large data sets and running ~100 jobs in parallel, occasionally the Logging error below appears (it may also say `isce.log.3`, etc). Allowing for larger file size in ` isce/defaults/logging/logging.conf`...
**Description of the desired feature** Just want to share a few ideas. Please feel free to move this elsewhere. - start all scripts with mp_*. This allows to see the...
**Description of the desired feature** Subset information is frequently stored in the *.template file in the form ``` mintpy.subset.lalo = 19.23:19.68,-155.83:-155.31 #[S:N,W:E / no], auto for no ``` Currently we...
**Description of proposed changes** `save_hdf5eos.py` occasionally fails for subsets when attributes about the subset are missing because the subset information is used for the filename creation. With this PR, instead...
This PR renames unzipped SRTM tiles to follow convention (error occurs largely (or only) for ocean tiles): Closes https://github.com/isce-framework/isce2/issues/750