Skip to content
Snippets Groups Projects
Commit 910e5e99 authored by Stéphane Albert's avatar Stéphane Albert
Browse files

MRG: Merged from origin/develop.

parents 86b45c4d b06cc5a1
No related branches found
No related tags found
No related merge requests found
......@@ -7,11 +7,11 @@
def test(otb, argv):
app = otb.Registry.CreateApplication('BandMath')
imagelist = argv[2:-1]
app.SetParameterStringList("il", imagelist, True)
app.SetParameterString("inxml", argv[1])
app.UpdateParameters()
imagelist = argv[2:-1]
app.SetParameterStringList("il", imagelist, True)
app.SetParameterString("out" , argv[-1])
app.ExecuteAndWriteOutput()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment