Skip to content

Instantly share code, notes, and snippets.

@kernel1994
kernel1994 / introrx.md
Created March 20, 2020 04:26 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@kernel1994
kernel1994 / mha_to_nii.py
Created April 18, 2019 08:02 — forked from jcreinhold/mha_to_nii.py
Convert mha file format to NIfTI
#/usr/bin/env python
# -*- coding: utf-8 -*-
"""
nii_to_tif
convert all mha files in a directory to nifti
Author: Jacob Reinhold (jacob.reinhold@jhu.edu)
"""