Metadata-Version: 1.1
Name: NiftyPy
Version: 0.3.1
Summary: Python wrapper for NiftyRec, NiftyReg and NiftySeg: tomographic reconstruction, volumetric registration and segmentation.
Home-page: http://www.occiput.io/
Author: Stefano Pedemonte
Author-email: spedemonte@mgh.harvard.edu
License: LICENSE.txt
Description: =========
        NiftyPy
        =========
        
        Registration, segmentation, tomographic reconstruction. 
        Python wrapper of NiftyRec, NiftyReg and NiftySeg. 
        
        Typical usage looks like this:
        
        #!/usr/bin/env python
        from NiftyPy import NiftyRec
        
        
        ... more documentation is required, for now look at how this package is utilized in occiput.io
        While NiftyPy is just a Python wrapper of the NiftyRec, NiftyReg and NiftySeg libraries, occiput.io provides a high level interface for tomographic reconstruction (SPECT, PET, CT) and for other imaging tasks. It’s easies, with occiput.io, to define the system geometry and reconstruct with iterative algorithms. 
        
        
        Installation
        ============
        
        Linux, MacOsX, Win
        ------------------
        
        There are two ways to install under Linux and MacOsX and Windows: 
        
        1. If you have pip installed: 
        
        pip install niftypy
        
        2. download source files, uncompress, at the command line cd to the downloaded folder and run: 
        
        python setup.py build test install 
        
        
        Website
        =======
        
        `NiftyPy home page <http://www.occiput.io/>`_. 
        
        
        
        
Keywords: Imaging,Registration,Segmentation,Medical Imaging,PET,SPECT,emission tomography,transmission tomography,tomographic reconstruction
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
