rio-hist icon indicating copy to clipboard operation
rio-hist copied to clipboard

added support for input images with float datatype

Open VaasuDevanS opened this issue 5 years ago • 0 comments

usage of np.iinfo forces the user to use only arrays (images) with integer data type in cs_forward function in rio_hist/utils.py. So, a small change was added to the same function which will use np.finfo if the input arr is float and use np.iinfo otherwise

VaasuDevanS avatar May 25 '20 19:05 VaasuDevanS