Skip to content

IPython notebook covering the basics of magnetic resonance analysis

Notifications You must be signed in to change notification settings

jamie-roberts/mr_analysis_101

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mr_analysis_101

Jupyter notebook covering the basics of magnetic resonance analysis

Getting Started

A static version of this notebook is available here.

The source code is available here. It is a copy of the original by moloney

With the source code and a suitable Python environment you can run a "live" version of this notebook on your own computer. This will allow you to make modifications to the notebook and see the results immediately.

Getting Python

You will need python (preferably v3.5 or later) along with some standard numeric and scientific packages and the jupyter notebook server to run this notebook.

Anaconda is a cross-platform option (Windows, OSX, Linux). On Linux you might also just use your distributions package manager (e.g. apt-get install python3-numpy on Debian/Ubuntu).

Some specific packages are needed for this notebook other than the standard scientific libraries included in Anaconda. These are to provide access to specific file formats:

Of these pydicom and nibabel are available in the conda-forge channel and nmrglue can be installed with pip.

A live version of the notebook may also be started in binder using the button below:

Binder

About

IPython notebook covering the basics of magnetic resonance analysis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%