Re: [otb-users] Setting output pixel type in python bindings

2017-01-05 Thread Jordi Inglada
Julien Michel wrote: > > Hi, > > There is indeed a way : > https://git.orfeo-toolbox.org/otb.git/blob/73a0046d3bcfe12fe1bb331a3d09d9d56256722b:/Modules/Wrappers/SWIG/src/otbApplication.i#l195 > Hi, The way to use this is: app.SetParameterOutputImagePixelType("out", otb.ImagePixelType_uint16)

Re: [otb-users] Setting output pixel type in python bindings

2017-01-05 Thread Julien Michel
Hi, There is indeed a way : https://git.orfeo-toolbox.org/otb.git/blob/73a0046d3bcfe12fe1bb331a3d09d9d56256722b:/Modules/Wrappers/SWIG/src/otbApplication.i#l195 This python API should be documented somewhere ... Julien Le 04/01/2017 à 16:15, Jordi Inglada a écrit : Hi, I can not find how t