Skip to content
Snippets Groups Projects
Commit 5605f526 authored by Julien Malik's avatar Julien Malik
Browse files

TEST: more verbosity

parent 1e5c160f
Branches
Tags
No related merge requests found
......@@ -4,7 +4,7 @@
from sys import argv
import otbApplication as otb
print otb.Registry.GetAvailableApplications()
print "Available applications : " + str(otb.Registry.GetAvailableApplications())
app = otb.Registry.CreateApplication("Smoothing")
print app.GetParametersKeys()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment