Metadata-Version: 2.1
Name: pydeface
Version: 2.0.0
Summary: A script to remove facial structure from MRI images.
Home-page: http://poldracklab.org
Maintainer: Russ Poldrack
Maintainer-email: poldrack@stanford.edu
License: MIT
Download-URL: https://github.com/poldracklab/pydeface/archive/2.0.0.tar.gz
Description: [![DOI](https://zenodo.org/badge/47563497.svg)](https://zenodo.org/badge/latestdoi/47563497)
        
        <img src="/visuals/logo.svg" width=250 align="right" />
        
        # PyDeface
        A tool to remove facial structure from MRI images.
        
        ## Dependencies:
        | Package                                          | Tested version |
        |--------------------------------------------------|----------------|
        | [FSL](https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FSL)| 6.0.2          |
        | [Python 3](https://www.python.org/downloads/)    | 3.7.3          |
        | [NumPy](http://www.numpy.org/)                   | 1.17.1         |
        | [NiBabel](http://nipy.org/nibabel/)              | 2.5.1          |
        | [Nipype](http://nipype.readthedocs.io/en/latest/)| 1.3.0-rc1      |
        
        ## Installation
        ```
        pip install pydeface
        ```
        or
        ```
        git clone https://github.com/poldracklab/pydeface.git
        cd pydeface
        python setup.py install
        ```
        
        ## How to use
        ```
        pydeface infile.nii.gz
        ```
        
        Also see the help for additional options:
        ```
        pydeface --help
        ```
        
        ## License
        PyDeface is licensed under [MIT license](LICENSE.txt).
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Description-Content-Type: text/markdown
