ISCE_INSAR/components/isceobj/StripmapProc
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
..
Factories.py add rubbersheetRange and rubbersheetAzimuth in Factories.py 2019-11-12 10:28:40 -08:00
SConscript Add RubbersheetRange.py and runRubbersheetAzimuth.py in SConscript 2019-11-15 20:01:56 -08:00
Sensor.py Adding all files 2019-01-16 11:40:08 -08:00
StripmapProc.py Added runRubbersheetRange.py and runRubbersheetAzimuth.py, changed offset filling, moved flat-Earth removal to interferogram formation when rubber sheeting in range is on 2019-10-14 10:05:24 -07:00
__StripmapProc.py Adding all files 2019-01-16 11:40:08 -08:00
__init__.py Adding all files 2019-01-16 11:40:08 -08:00
createDem.py Adding all files 2019-01-16 11:40:08 -08:00
extractInfo.py Adding all files 2019-01-16 11:40:08 -08:00
runCoherence.py Adding all files 2019-01-16 11:40:08 -08:00
runCrop.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runDenseOffsets.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runDispersive.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runFilter.py Adding all files 2019-01-16 11:40:08 -08:00
runGeo2rdr.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runGeocode.py Adding all files 2019-01-16 11:40:08 -08:00
runInterferogram.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
runROI.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runRefineSlaveTiming.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runResampleSlc.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runResampleSubbandSlc.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runRubbersheet.py Change doRubbersheeting to doRubbersheetingAzimuth. 2019-12-18 14:44:34 -06:00
runRubbersheetAzimuth.py Update runRubbersheetAzimuth.py 2019-12-19 19:13:43 -06:00
runRubbersheetRange.py Hide rubbersheeting scipy/astropy imports 2019-12-16 15:43:04 -08:00
runSplitSpectrum.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runTopo.py Use exist_ok argument to makedirs when appropriate (#112) 2020-04-13 12:40:32 -07:00
runUnwrapGrass.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrapIcu.py Adding all files 2019-01-16 11:40:08 -08:00
runUnwrapSnaphu.py Adding all files 2019-01-16 11:40:08 -08:00
runVerifyDEM.py Adding all files 2019-01-16 11:40:08 -08:00