Skip to content

Instantly share code, notes, and snippets.

View arokem's full-sized avatar
🎯
Focusing

Ariel Rokem arokem

🎯
Focusing
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.
@arokem
arokem / simulation_dti
Created December 28, 2012 18:55
Simulation of a single tensor from the Stejskal/Tanner equation and an attempt to fit it with dipy
{
"metadata": {
"name": "simulating_dti"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "coherence_filtering"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@arokem
arokem / FP DWI RMSE
Last active December 12, 2015 02:38
{
"metadata": {
"name": "DWI_RMSE"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "DWI_RMSE"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@arokem
arokem / mosaic
Created February 11, 2013 03:02
Vizualize a 3D volume as a mosaic of slice-by-slice 2D images
import numpy as np
import matplotlib
import matplotlib.pyplot as plt
def mosaic(vol, fig=None, title=None, size=[10,10], vmin=None, vmax=None,
return_mosaic=False, cbar=True, return_cbar=False, **kwargs):
"""
Display a 3-d volume of data as a 2-d mosaic
Parameters
{
"metadata": {
"name": "get_the_gaba"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"""
Series of data are loaded from a .csv file, and their names are
displayed in a checkable list view. The user can select the series
it wants from the list and plot them on a matplotlib canvas.
Use the sample .csv file that comes with the script for an example
of data series.
Eli Bendersky ([email protected])
License: this code is in the public domain
{
"metadata": {
"name": "find_corpus_callosum-Copy0"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": "Figure1"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{