ISCE_INSAR/contrib/PyCuAmpcor
Zhang Yunjun 90d578fa5d cuDenseOffsets: expose --raw-osf and --corr-win-size option
contrib/PyCuAmpcor/cuDenseOffsets.py:
+ expose --raw-over-samp-factor option to change the raw data oversampling factor with default of 2
+ expose --corr-win-size option, which by default, is calculated automatically based on the search window size and raw oversampling factor
+ change the namespace key for the oversampling factor of correlation surface from 'oversample' to 'corr_oversample' to avoid ambiguity, the cmd option name is still the same, thus no different in the user side.
+ use vrt file for master / slave slc data loading folllowing https://github.com/isce-framework/isce2/pull/78
+ re-organize createParse() for readability
+ add example to argparse help

stripmapStack/MaskAndFilter.py:
+ fix a bug introduced in #https://github.com/isce-framework/isce2/pull/112
+ add example usage to help message
+ mask pixels with SNR == 0, for plotting only without touching data files
+ show input parameter in the figure title
+ show percentage after SNR thresholding
+ add interpolation for matplotlib while plotting

topsStack/grossOffsets: move obsolete basemap import from the top to the related commented code block
2020-06-28 19:24:09 -07:00
..
examples cuDenseOffsets: expose --raw-osf and --corr-win-size option 2020-06-28 19:24:09 -07:00
src PyCuAmpcor: add gdal lib to link 2020-04-09 21:01:00 -07:00
CMakeLists.txt Update pycuampcor prereqs 2020-06-12 17:53:40 -07:00
SConscript PyCuAmpcor: updated to the most recent version with gdal input 2019-11-19 16:59:49 -08:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00