ISCE_INSAR/components/isceobj/Alos2burstProc
Ryan Burns 23f2ffaa1e
Use exist_ok argument to makedirs when appropriate (#112)
@falkamelung noted a race condition in #106 due to non-atomic directory
checking followed by os.makedirs. This pattern exists in many places
in the codebase so I went ahead and replaced the rest of them.
The new exist_ok usage should be terser and more idiomatic.
2020-04-13 12:40:32 -07:00
..
Alos2burstProc.py ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
Factories.py ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
SConscript ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
__init__.py ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
readme.txt ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
runCoregCc.py ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
runCoregGeom.py ALOS-2 multi-mode InSAR and ionospheric correction processors (#107) 2020-03-28 19:19:21 -07:00
runCoregSd.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runExtractBurst.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runFiltSd.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runFrameMosaic.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runFrameOffset.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runGeocodeSd.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runIonSubband.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runLookSd.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runPreprocessor.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runSwathMosaic.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runSwathOffset.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runUnwrapSnaphuSd.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00

readme.txt

order of Doppler and azimuth FM rate polynomials
##############################################################
while Doppler and azimuth FM rate polynomials support 3rd order, try to use smaller order,
because (range sample number)^3 can be very large. There may be float point error that is too
large?