mwcraig / reducer

Friendly professional-level data reduction...documentation here:
https://reducer.readthedocs.org
BSD 3-Clause "New" or "Revised" License
26 stars 10 forks source link

Choose more sensible default reduced image dtype based on input image dtype #122

Closed mwcraig closed 8 years ago

mwcraig commented 8 years ago

What I have in mind, roughly, is to choose float32 or float64 for the result based on the input dtype. There is no reason to produce a float64 result from a uint16 image, for example.