# Voxface
Fast voxelation of the face in 3D structural MRI data combining spline downsampling with nearest-neighbor upsampling to
deidentify the face while retaining some signal intensity to guide whole-head registration.
## Installation
### Latest Version
2024.7.23
### GitHub Installation
1. Clone this branch to your local system
```
% git clone https://github.com/jmtyszka/voxface.git
```
2. Install to your local Python 3 environment
```
% cd voxface
% [sudo] python3 setup.py install
```
### PyPI Installation
1. Install the latest Python 3 version of *voxface* from PyPI
```
% [sudo] pip3 install voxface
```
### Typical Performance
Face voxelation of a typical 1 mm isotropic T1w image takes 5 - 6 seconds on a 3.2 GHz 6-Core Intel Core i7 Mac Mini.
Raw data
{
"_id": null,
"home_page": "https://github.com/jmtyszka/voxface",
"name": "voxface",
"maintainer": null,
"docs_url": null,
"requires_python": "<4,>=3.8",
"maintainer_email": null,
"keywords": "neuroimaging MRI Nifti deface deidentify",
"author": "Julian Michael Tyszka",
"author_email": "jmt@caltech.edu",
"download_url": "https://files.pythonhosted.org/packages/ef/49/7581e53a853ab677e11d534571acd6f7b410b89794ec4cf50f80d2bd42ac/voxface-2024.7.23.tar.gz",
"platform": null,
"description": "# Voxface\n\nFast voxelation of the face in 3D structural MRI data combining spline downsampling with nearest-neighbor upsampling to\ndeidentify the face while retaining some signal intensity to guide whole-head registration.\n\n## Installation\n\n### Latest Version\n2024.7.23\n\n### GitHub Installation\n\n1. Clone this branch to your local system\n ```\n % git clone https://github.com/jmtyszka/voxface.git\n ```\n2. Install to your local Python 3 environment\n ```\n % cd voxface\n % [sudo] python3 setup.py install\n ```\n \n### PyPI Installation\n\n1. Install the latest Python 3 version of *voxface* from PyPI\n ```\n % [sudo] pip3 install voxface\n ```\n\n### Typical Performance\nFace voxelation of a typical 1 mm isotropic T1w image takes 5 - 6 seconds on a 3.2 GHz 6-Core Intel Core i7 Mac Mini.\n",
"bugtrack_url": null,
"license": null,
"summary": "Fast MRI face voxelator",
"version": "2024.7.23",
"project_urls": {
"Bug Reports": "https://github.com/jmtyszka/voxface/issues",
"Funding": "http://conte.caltech.edu/",
"Homepage": "https://github.com/jmtyszka/voxface",
"Source": "https://github.com/jmtyszka/voxface/"
},
"split_keywords": [
"neuroimaging",
"mri",
"nifti",
"deface",
"deidentify"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "337c3c7cbb65e6a03031709c134b5203805f7fe7d969e8ee2398757bf6110284",
"md5": "7496eca45684d7bfb77eed804a2854fb",
"sha256": "27daedc11a917defa00ff2121a27c5de5ab100a8a62aa8e14355cb86aef8f8a1"
},
"downloads": -1,
"filename": "voxface-2024.7.23-py3-none-any.whl",
"has_sig": false,
"md5_digest": "7496eca45684d7bfb77eed804a2854fb",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4,>=3.8",
"size": 4445361,
"upload_time": "2024-07-23T19:58:33",
"upload_time_iso_8601": "2024-07-23T19:58:33.954115Z",
"url": "https://files.pythonhosted.org/packages/33/7c/3c7cbb65e6a03031709c134b5203805f7fe7d969e8ee2398757bf6110284/voxface-2024.7.23-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ef497581e53a853ab677e11d534571acd6f7b410b89794ec4cf50f80d2bd42ac",
"md5": "ae360d85b8bb86d7403d5811e10ccd1e",
"sha256": "4885741daf2f04452ebb9e6494eae2a81eb1c88c75a27a4da7b5490f430dc8df"
},
"downloads": -1,
"filename": "voxface-2024.7.23.tar.gz",
"has_sig": false,
"md5_digest": "ae360d85b8bb86d7403d5811e10ccd1e",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4,>=3.8",
"size": 4450718,
"upload_time": "2024-07-23T19:58:35",
"upload_time_iso_8601": "2024-07-23T19:58:35.854104Z",
"url": "https://files.pythonhosted.org/packages/ef/49/7581e53a853ab677e11d534571acd6f7b410b89794ec4cf50f80d2bd42ac/voxface-2024.7.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-23 19:58:35",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "jmtyszka",
"github_project": "voxface",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "setuptools",
"specs": [
[
"~=",
"68.0.0"
]
]
},
{
"name": "numpy",
"specs": [
[
"~=",
"1.25.1"
]
]
}
],
"lcname": "voxface"
}