{ "info": { "author": "Julia M Huntenburg, Pierre-Louis Bazin, Chris Steele", "author_email": "ju.huntenburg@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3.5", "Topic :: Scientific/Engineering" ], "description": ".. -*- mode: rst -*-\n\n.. image:: https://travis-ci.org/nighres/nighres.svg?branch=master\n :target: https://travis-ci.org/nighres\n :alt: Travis CI build status\n.. image:: https://readthedocs.org/projects/nighres/badge/?version=latest\n :target: http://nighres.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\nNighres\n=======\n\nNighres is a Python package for processing of high-resolution neuroimaging data.\nIt developed out of `CBS High-Res Brain Processing Tools\n`_ and aims to make those\ntools easier to install, use and extend. Nighres now includes new functions from\nthe `IMCN imaging toolkit `_ and\nadditional packages may be added in future releases.\n\nBecause parts of the package have to be built locally it is currently not possible to\nuse ``pip install`` directly from PyPI. Instead, please follow the installation\ninstructions provided at http://nighres.readthedocs.io/en/latest/installation.html\n\nCurrently, Nighres is developed and tested on Linux Ubuntu Trusty and Python 3.5.\nRelease versions have been extensively tested on our example data. Development\nversions include additional modules and functions but with limited guarantees.\n\n\nRequired packages\n=================\n\nIn order to run Nighres, you will need:\n\n* python >= 3.5\n* Java JDK >= 1.7\n* JCC >= 3.0\n\nFor instance, in Debian/Ubuntu (amd64 systems):\n\n sudo apt-get install openjdk-8-jdk\n export JCC_JDK=/usr/lib/jvm/java-8-openjdk-amd64\n python3 -m pip install jcc (or just pip install jcc if Python 3 is your default)\n\nFor some functionalities you need extra packages\n\n* Nipype & ANTs (for registration using ANTs)\n* Pandas (for working with surface meshes)\n* Nilearn (for plotting in the examples)\n\n\nDocker\n======\n\nTo quickly try out nighres in a preset, batteries-included environment, you can use the\nincluded Dockerfile, which includes Ubuntu 14 Trusty, openJDK-8, nighres, and Jupyter\nNotebook. The only thing you need to install is `Docker `_, a\nlightweight container platform that runs on Linux, Windows and Mac OS X.\n\nTo build the Docker image, do the following::\n\n git clone https://github.com/nighres/nighres\n cd nighres\n docker build . -t nighres\n\nTo run the Docker container::\n\n docker run --rm -p 8888:8888 nighres\n\nNow go with your browser to https://localhost:8888 to start a notebook. You should be able\nto import nighres by entering::\n\n import nighres\n\ninto the first cell of your notebook.\n\nUsually you also want to have access to some data when you run nighres. You can grant the Docker container\naccess to a data folder on your host OS by using the `-v` tag when you start the container::\n\n docker run --rm -v /home/me/my_data:/data -p 8888:8888 nighres\n\nNow, in your notebook you will be able to access your data on the path `/data`", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://nighres.readthedocs.io/", "keywords": "MRI high-resolution laminar subcortex", "license": "Apache License, 2.0", "maintainer": "", "maintainer_email": "", "name": "nighres", "package_url": "https://pypi.org/project/nighres/", "platform": "", "project_url": "https://pypi.org/project/nighres/", "project_urls": { "Homepage": "https://nighres.readthedocs.io/" }, "release_url": "https://pypi.org/project/nighres/1.1.0b1/", "requires_dist": null, "requires_python": ">=3", "summary": "Processing tools for high-resolution neuroimaging", "version": "1.1.0b1" }, "last_serial": 4707862, "releases": { "1.0.0b3": [ { "comment_text": "", "digests": { "md5": "39b889707e8ff794caf213049232bab6", "sha256": "b1ce5f743628921141cbe1efe1209ae1231c981b4a18a36bc6a05de0de32a9ca" }, "downloads": -1, "filename": "nighres-1.0.0b3-py2-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "39b889707e8ff794caf213049232bab6", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15703806, "upload_time": "2017-08-25T13:57:12", "url": "https://files.pythonhosted.org/packages/a6/29/b2902147b90ed601f323a1fd7c2dfe2457879da952de211292e6e6da335f/nighres-1.0.0b3-py2-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "78d69f8a7d8b21c992b14f007f41fd4e", "sha256": "bd566b56d06a6f677c3f4f5cd84061e356cf3286dccbe729aa28045ac9430609" }, "downloads": -1, "filename": "nighres-1.0.0b3.tar.gz", "has_sig": false, "md5_digest": "78d69f8a7d8b21c992b14f007f41fd4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15630297, "upload_time": "2017-08-25T13:57:22", "url": "https://files.pythonhosted.org/packages/ba/b7/b4db47a4ae694dd1093ca10ec38720e133e0b5039d517e1189e8d6557a7f/nighres-1.0.0b3.tar.gz" } ], "1.0.0b4": [ { "comment_text": "", "digests": { "md5": "0b5e0d2a106a4ba02a45277b4a94a4bf", "sha256": "181f9dc6ef14753cd120d5f81d74fc569c1a61a60d41d198ce1bd8406466dc8a" }, "downloads": -1, "filename": "nighres-1.0.0b4-py2-none-manylinux1_x86_64.whl", "has_sig": false, "md5_digest": "0b5e0d2a106a4ba02a45277b4a94a4bf", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 15703815, "upload_time": "2017-08-28T13:49:28", "url": "https://files.pythonhosted.org/packages/6b/29/ad8eeefbe8269426caad8f2686a700608ba75b8b79229e6835336fc97a42/nighres-1.0.0b4-py2-none-manylinux1_x86_64.whl" }, { "comment_text": "", "digests": { "md5": "c4460cebcc18289c4e807457f715283d", "sha256": "acd88635f97ef3915d57bf651459d5913b3b4d756b104166e2e6baa7f1dd561c" }, "downloads": -1, "filename": "nighres-1.0.0b4.tar.gz", "has_sig": false, "md5_digest": "c4460cebcc18289c4e807457f715283d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15630198, "upload_time": "2017-08-28T13:49:43", "url": "https://files.pythonhosted.org/packages/ed/6d/7f6e245cc094546bf96814a3d7a94e12e357573a10091796714b1b390ee0/nighres-1.0.0b4.tar.gz" } ], "1.0.0b6": [ { "comment_text": "", "digests": { "md5": "ad641853767dd41ab049e15d23fa3f31", "sha256": "5dd5169bf5d0d67bcb9bb427aec4a5db01dc355d68887428c6872a2f4348fc4d" }, "downloads": -1, "filename": "nighres-1.0.0b6.tar.gz", "has_sig": false, "md5_digest": "ad641853767dd41ab049e15d23fa3f31", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11985295, "upload_time": "2017-11-08T01:36:50", "url": "https://files.pythonhosted.org/packages/3a/71/5c7165b8313176f22a558a26ab369da63c2e19bc576db7eb56fdfb6ce55b/nighres-1.0.0b6.tar.gz" } ], "1.0.0b7": [ { "comment_text": "", "digests": { "md5": "021196a9a9a2986610d5d9727c2576ca", "sha256": "b3a55b45ffe3d318df2c511f9076ad84f608b718893a990e1c2731a818dc23f0" }, "downloads": -1, "filename": "nighres-1.0.0b7.tar.gz", "has_sig": false, "md5_digest": "021196a9a9a2986610d5d9727c2576ca", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11985313, "upload_time": "2017-11-08T02:56:47", "url": "https://files.pythonhosted.org/packages/e1/c0/fea842670352d4bf2141a59336cd037b04f4d7de633e45fa6676744ec947/nighres-1.0.0b7.tar.gz" } ], "1.0.0b9": [ { "comment_text": "", "digests": { "md5": "b27823e5502106dab287d3f349e32a01", "sha256": "fb2c1222684d613e7b59fa3f03c414e54a2cd331b0feb67e22d0a379d1856206" }, "downloads": -1, "filename": "nighres-1.0.0b9.tar.gz", "has_sig": false, "md5_digest": "b27823e5502106dab287d3f349e32a01", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11986833, "upload_time": "2017-11-29T16:09:02", "url": "https://files.pythonhosted.org/packages/3e/77/30b638da01ab9d9daa0510b941982fd70903cc848a009db9491802ce246b/nighres-1.0.0b9.tar.gz" } ], "1.1.0b0": [ { "comment_text": "", "digests": { "md5": "13e5f6fdb5468f57db485fd886924473", "sha256": "c0b0f93ff8239e301fb82402cb1b52d4653ba3d7654e75fd40340f3aa9c44cdd" }, "downloads": -1, "filename": "nighres-1.1.0b0.tar.gz", "has_sig": false, "md5_digest": "13e5f6fdb5468f57db485fd886924473", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 12006271, "upload_time": "2019-01-01T18:30:40", "url": "https://files.pythonhosted.org/packages/22/e5/1fd318e8c1d5362eba85ad75a0037ab9e27033f125e20af98df7e4146ec2/nighres-1.1.0b0.tar.gz" } ], "1.1.0b1": [ { "comment_text": "", "digests": { "md5": "da79e5a60ca04b0621cec73f4a24c44d", "sha256": "08383ad8f1c30b0080516e8ca9c244f4e84972a00b9b71647d157eb0d73e8c17" }, "downloads": -1, "filename": "nighres-1.1.0b1.tar.gz", "has_sig": false, "md5_digest": "da79e5a60ca04b0621cec73f4a24c44d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 16026918, "upload_time": "2019-01-17T12:31:20", "url": "https://files.pythonhosted.org/packages/6e/38/76e9f91c57e8fb348995262935c1f42703067afd90b788e22013e4ea818e/nighres-1.1.0b1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "da79e5a60ca04b0621cec73f4a24c44d", "sha256": "08383ad8f1c30b0080516e8ca9c244f4e84972a00b9b71647d157eb0d73e8c17" }, "downloads": -1, "filename": "nighres-1.1.0b1.tar.gz", "has_sig": false, "md5_digest": "da79e5a60ca04b0621cec73f4a24c44d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 16026918, "upload_time": "2019-01-17T12:31:20", "url": "https://files.pythonhosted.org/packages/6e/38/76e9f91c57e8fb348995262935c1f42703067afd90b788e22013e4ea818e/nighres-1.1.0b1.tar.gz" } ] }