Skip to content

Instantly share code, notes, and snippets.

View m-albert's full-sized avatar

Marvin Albert m-albert

View GitHub Profile
@m-albert
m-albert / affine_transform_dask.py
Created October 9, 2020 10:59
Affine transformation for dask arrays: Wrapper around `ndimage.affine_transform`
#!/usr/bin/env python
"""
Affine transformation for dask arrays: Wrapper around `ndimage.affine_transform`
"""
__author__ = "Marvin Albert"
__email__ = "marvin.albert@gmail.com"