RE:[otb-users] OTB Python setting parameters

2017-06-19 Thread Meylheuc Baptiste
: [otb-users] OTB Python setting parameters Hi, I think you have to call the UpdateParameters() method on your application object before setting the channels. Jordi On Mon 19-Jun-2017 at 11:02:03 +0200, Meylheuc Baptiste <baptiste.meylh...@cnes.fr> wrote: > Hello, > > I'm trying

Re: [otb-users] OTB Python setting parameters

2017-06-19 Thread Jordi Inglada
Hi, I think you have to call the UpdateParameters() method on your application object before setting the channels. Jordi On Mon 19-Jun-2017 at 11:02:03 +0200, Meylheuc Baptiste wrote: > Hello, > > I'm trying to write an otb quicklook function on Python, it works

[otb-users] OTB Python setting parameters

2017-06-19 Thread Meylheuc Baptiste
Hello, I'm trying to write an otb quicklook function on Python, it works fine until I have to set the channel parameter: "-cl", both with the old and new way of setting it. In red, all the differents tests I've done, unsuccessfully. quicklook =