thunder-project / thunder

scalable analysis of images and time series
http://thunder-project.org
Apache License 2.0
814 stars 184 forks source link

added dtype kwarg to images.map_as_series() #303

Closed d-v-b closed 8 years ago

d-v-b commented 8 years ago

This PR adds a kwarg to the images.map_as_series() method for specifying the dtype of the ndarray resulting from the blocks.map() which underlies the map_as_series().

jwittenbach commented 8 years ago

@d-v-b thanks for this! Just one little nit-pick that I commented on.

jwittenbach commented 8 years ago

LGTM! Merging.