Le 13/10/2017 à 11:37, [email protected] a écrit :
OTB_app1.SetParameterString('clamp', '1')
Did you try :

OTB_app1.DisableParameter('clam')

Clamp is actually a valueless parameter (you can see that in the gui of the app). Using -clamp 1 / -clamp 0 is just a (confusing) trick to enable / disable it in command-line launcher.

We are looking for a way to provide a nice doc for the python API. Not easy because it actually is a subset of the C++ API mapped through SWIG, plus some SWIG specifics.

Regards,

Julien

--
Julien MICHEL
CNES - DSO/SI/2A

--
--
Check the OTB FAQ at
http://www.orfeo-toolbox.org/FAQ.html

You received this message because you are subscribed to the Google
Groups "otb-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/otb-users?hl=en
--- You received this message because you are subscribed to the Google Groups "otb-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to