Commit Graph

11 Commits (c84509e2d1665d1e46a96f49186f972ab7198a66)

Author SHA1 Message Date
Vincent Schut c84509e2d1 implement noise correction parameter for rtcApp. 2020-10-19 09:47:24 -07:00
Paul A Rosen e03042f4e5 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
Ryan Burns e68db01bf9
Merge pull request #89 from rtburns-jpl/cmake
Add CMake build system
2020-05-08 12:42:01 -07:00
Simon Kraatz fb7ad09211
pull request in response to rtcApp.py is incomplete #120 (#128)
* Update README.md
* Update runTopo.py
* Update rtcApp.py
* Update runNormalize.py
* Update SConscript
2020-05-06 15:04:58 -07:00
Ryan Burns 81b54197e6 Merge branch 'master' into cmake 2020-04-13 14:34:14 -07:00
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
Ryan Burns 46fef17f39 Add CMake build system
This commit adds experimental CMake build support for ISCE2.

The only changes involved should be adding CMakeLists.txt files.
All current source files, headers, and other functionality, including
the existing SCons build system, should be unaffected.

Some functionality is still a work-in-progress.
These should all be marked as TODO in the CMakeLists.txt files.
`grep TODO **.txt`

Please read CMakeLists.txt and .cmake/*.cmake for more info.
2019-12-21 17:34:50 -08:00
Microwave Remote Sensing Laboratory 0e3b06567f
Add files via upload
changed to use imagemath.main() instead of command line
2019-09-30 15:26:54 -04:00
Microwave Remote Sensing Laboratory ab805ed1a3
Update runNormalize.py 2019-09-26 16:51:54 -04:00
Microwave Remote Sensing Laboratory 9d7908beaf
Add files via upload
updated for radiometric terrain correction
control looks by providing 'posting' in xml
2019-09-26 15:25:09 -04:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00