ENH: add the ability to propagate pixel types for App. Add propagation as...
Loading
Closes #11 (closed)
Changelog:
propagate_pixel_type
. Add propagation as default behavior for Slicer and Inputto_numpy(propagate_pixel_type=False)
methods for all pyotb objects. This method is also called by np.asarray()
obj[rows, cols]
. Now, pyotb follow the obj[x, y]
which is more adequate for geoghraphic selectionpyotb.get_pixel_type
function