Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gaetano Raffaele
moringa
Commits
18300cb8
Commit
18300cb8
authored
Jun 09, 2021
by
Gaetano Raffaele
Browse files
ENH: Add possibility to integrate Sen2Cor options.
parent
2a06d3aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
runSen2Cor.py
View file @
18300cb8
...
...
@@ -29,7 +29,7 @@ if __name__ == '__main__':
'Ex. python runSen2Cor.py -n 12 /home/ocsol_data/_tools/Sen2Cor-02.05.05-Linux64 /home/ocsol_data/Montcuq/S2'
)
else
:
try
:
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'n:'
,
[])
opts
,
args
=
getopt
.
getopt
(
sys
.
argv
[
1
:],
'n:
o:
'
,
[])
except
getopt
.
GetoptError
as
err
:
print
(
str
(
err
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment