Commit 2edd9da7 authored by Narcon Nicolas's avatar Narcon Nicolas
Browse files

FIX: replace wrong value for ManageNoData mode

1 merge request!3Replace wrong value for ManageNoData mode
Pipeline #34663 passed with stages
in 13 minutes and 16 seconds
Showing with 1 addition and 1 deletion
+1 -1
......@@ -296,7 +296,7 @@ class S2_ESA(S2ProductBase):
mnnodata = otbApplication.Registry.CreateApplication('ManageNoData')
mnnodata.ConnectImage('in', conc, 'out')
mnnodata.SetParameterString('mode', 'change')
mnnodata.SetParameterString('mode', 'changevalue')
mnnodata.SetParameterFloat('mode.changevalue.newv', self.INTERNAL_NODATA_VALUE)
mnnodata.Execute()
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment