Metadata-Version: 2.1
Name: quickshear
Version: 1.1.0
Summary: Quickshear Defacing for Neuroimages
Home-page: https://github.com/nipy/quickshear
Author: Nakeisha Schimke, John Hale
Author-email: neuroimaging@python.org
License: BSD
Keywords: neuroimaging neuroscience
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
License-File: LICENSE
Requires-Dist: nibabel
Requires-Dist: numpy

Quickshear
----------
Quickshear uses a skull stripped version of an anatomical images as a reference
to deface the unaltered anatomical image.

Usage::

    quickshear.py [-h] anat_file mask_file defaced_file [buffer]

    Quickshear defacing for neuroimages

    positional arguments:
      anat_file     filename of neuroimage to deface
      mask_file     filename of brain mask
      defaced_file  filename of defaced output image
      buffer        buffer size (in voxels) between shearing plane and the brain
                    (default: 10.0)

    optional arguments:
      -h, --help    show this help message and exit

For a full description, see the following paper:

.. [Schimke2011] Schimke, Nakeisha, and John Hale. "Quickshear defacing for neuroimages."
    Proceedings of the 2nd USENIX conference on Health security and privacy.
    USENIX Association, 2011.
