ISCE_INSAR/contrib
Zhang Yunjun 31bb73ba95
various bugfix for topsStack (#500)
* stackSentinel: add compute arg group and simplify main()

+ createParser(): add compute sub group for more organized print out msg

+ main():
   - remove the unsed inps.workflow value checking, as it's covered in the argparse
   - move the update stack date list checking insidie selectNeighborPairs()

* topsStack/mergeBursts: bugfix for float outY/XSize and gdal

+ mergeBursts.py: bugfix for the gdal call when outY/XSize is not integer by
   - set width/height to integer
   - add srcWin argument

+ mergeBursts.py: repeat gdal.Translate call as a workaround solution to the following gdal issue:
   - ERROR 1: Input and output dataset sizes or band counts do not match in GDALDatasetCopyWholeRaster()
   - the issue happens to version 3.3.3 and 3.4, but not in 2.3

+ unwrap: bugfix for intendation inconsistency

+ invertIon: print out num of pairs/dates

+ stackSentinel:
   - sort orbit date for downloading
   - add missing stackReferenceDate arg to selectNeighborPairs() for update mode

+ README: add link to stack processor readme for quick navigation.

* bugfix by removing existing *.hdr files

+ remove existing *.hdr files, to avoid gdal error, instead of repeat the gdal func call

+ replace the gdal_translate cmd call with gdal.Translate() in python.

+ add progress_cb() from stack overflow to printout progress bar in gdal.Translate() call
2022-06-17 11:00:13 -07:00
..
PyCuAmpcor fixImageXml: support multiple files w/ wildcards (#439) 2022-06-10 13:19:50 -07:00
Snaphu new alosStack application 2020-11-07 16:06:02 -08:00
UnwrapComp Proposed changes to UnwrapComp CMakeLists.txt, unwrapComponents.py and relaxIVdriver.cpp (#324) 2021-08-31 16:36:17 -07:00
alos2filter diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
alos2proc Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
alos2proc_f Update CMakeLists.txt 2021-02-28 19:29:13 +08:00
demUtils Added missing DemStitcherND.py in CMakeLists.txt 2021-09-12 21:42:58 +08:00
downsample_unwrapper diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
frameUtils Add CMake build system 2019-12-21 17:34:50 -08:00
geo_autoRIFT geogridOptical modules in CMakeLists.txt (#413) 2021-12-08 14:14:36 -08:00
issi upgraded syntax of ALOS_pre_process/readOrbitPulse.f and ISSI/src/igrf2005_sub.f to compile with new gfortran (#435) 2022-02-15 16:07:32 -08:00
mdx add some includes for c header files (#221) 2021-01-13 15:13:59 -08:00
rfi diversity: replaced oppressive language with neutral definitions of the images that comprise an interferogram through the entire repository 2020-07-02 12:40:49 -07:00
splitSpectrum Fix python extension linking (#168) 2020-09-14 10:57:10 -07:00
stack various bugfix for topsStack (#500) 2022-06-17 11:00:13 -07:00
timeseries/prepStackToStaMPS StAMPS preprocessor and stackprocessors minor modification (#309) 2021-07-20 22:16:55 -07:00
CMakeLists.txt Adjustments on CMakeLists.txt to properly install some modules (#350) 2021-09-27 19:29:51 -07:00
SConscript Bake in autoRIFT 2020-07-21 14:52:28 -07:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00