Skip to content

Instantly share code, notes, and snippets.

View raacampbell's full-sized avatar
🌍

Rob Campbell raacampbell

🌍
  • Sainsbury Wellcome Centre, UCL
  • London
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@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"