xarrayutils icon indicating copy to clipboard operation
xarrayutils copied to clipboard

Optimize `filtering` module for dask.

Open jbusecke opened this issue 4 years ago • 0 comments

Currently the filtering is implemented with astropy.convolution and requires the dimensions to be one chunk in the direction that is filtered.

I wonder if there is a way to do the convolution with dask, without affecting the chunks?

jbusecke avatar Apr 12 '20 22:04 jbusecke