GithubHelp home page GithubHelp logo

krakenleaf / nighres Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nighres/nighres

0.0 0.0 0.0 53.86 MB

Processing tools for high-resolution neuroimaging

Home Page: http://nighres.readthedocs.io/en/latest/

License: Apache License 2.0

Python 96.00% Shell 3.68% Dockerfile 0.32%

nighres's Introduction

Travis CI build status Documentation Status

Nighres

Nighres is a Python package for processing of high-resolution neuroimaging data. It developed out of CBS High-Res Brain Processing Tools and aims to make those tools easier to install, use and extend. Nighres now includes new functions from the IMCN imaging toolkit and additional packages may be added in future releases.

Because parts of the package have to be built locally it is currently not possible to use pip install directly from PyPI. Instead, please follow the installation instructions provided at http://nighres.readthedocs.io/en/latest/installation.html

Currently, Nighres is developed and tested on Linux Ubuntu Trusty and Python 3.5. Release versions have been extensively tested on our example data. Development versions include additional modules and functions but with limited guarantees.

Required packages

In order to run Nighres, you will need:

  • python >= 3.5
  • Java JDK >= 1.7
  • JCC >= 3.0

For instance, in Debian/Ubuntu (amd64 systems):

sudo apt-get install openjdk-8-jdk export JCC_JDK=/usr/lib/jvm/java-8-openjdk-amd64 python3 -m pip install jcc (or just pip install jcc if Python 3 is your default)

For some functionalities you need extra packages

  • Nipype & ANTs (for registration using ANTs)
  • Pandas (for working with surface meshes)
  • Nilearn (for plotting in the examples)

If you use nighres, please reference the publictation:

Huntenburg JM, Steele CJ, Bazin P-L (2018) Nighres: processing tools for high-resolution neuroimaging. Gigascience 7 Available at: https://academic.oup.com/gigascience/article/7/7/giy082/5049008

Docker

To quickly try out nighres in a preset, batteries-included environment, you can use the included Dockerfile, which includes Ubuntu 14 Trusty, openJDK-8, nighres, and Jupyter Notebook. The only thing you need to install is Docker, a lightweight container platform that runs on Linux, Windows and Mac OS X.

To build the Docker image, do the following:

git clone https://github.com/nighres/nighres
cd nighres
docker build . -t nighres

To run the Docker container:

docker run --rm -p 8888:8888 nighres

Now go with your browser to https://localhost:8888 to start a notebook. You should be able to import nighres by entering:

import nighres

into the first cell of your notebook.

Usually you also want to have access to some data when you run nighres. You can grant the Docker container access to a data folder on your host OS by using the -v tag when you start the container:

docker run --rm -v /home/me/my_data:/data -p 8888:8888 nighres

Now, in your notebook you will be able to access your data on the path /data

nighres's People

Contributors

piloubazin avatar juhuntenburg avatar kerkelae avatar gilles86 avatar steelec avatar juliahuck avatar nscherf avatar jennydaman avatar ravenep avatar kofalt avatar glatard avatar jordandekraker avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.