Skip to content
Snippets Groups Projects
Commit edd66076 authored by Rashad Kanavath's avatar Rashad Kanavath
Browse files

TEST: simply use argv with a file name extension

parent ece00ab6
No related branches found
No related tags found
No related merge requests found
......@@ -52,5 +52,5 @@ Smoothing = otbApplication.Registry.CreateApplication("Smoothing")
#take numpy output from Convert application and feed into Smoothing
Smoothing.SetVectorImageFromNumpyArray("in", ConvertOut)
Smoothing.SetParameterString("type", 'anidif')
Smoothing.SetParameterString("out", prefix + "SmoothingOut.png")
Smoothing.SetParameterString("out", argv[2])
Smoothing.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