Skip to content

Commit

Permalink
Cleaning up scansar modules
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushrpt committed Mar 31, 2020
1 parent f95a912 commit ed30cba
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 3,293 deletions.
5 changes: 2 additions & 3 deletions applications/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ listFiles = ['mdx.py',
'wbd.py',
'downsampleDEM.py',
'gdal2isce_xml.py',
'alos2App.py',
'alos2burstApp.py',
'scansarApp.py',
'alos2App.py',
'alos2burstApp.py',
'wbd_with_correction.py']
# 'isce2he5.py']

Expand Down
2 changes: 1 addition & 1 deletion applications/fixImageXml.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def cmdLineParse():
help = 'Input image for which the XML file needs to be fixed.')

fname = parser.add_mutually_exclusive_group(required=True)
fname.add_argument('-f', '--full', action='store_false',
fname.add_argument('-f', '--full', action='store_true',
help = 'Replace filename with full path including dir in which file is located')
fname.add_argument('-b', '--base', action='store_true',
help = 'Replace filename with basename to use in current directory')
Expand Down
Loading

0 comments on commit ed30cba

Please sign in to comment.