Skip to main content

Anonymize your DICOM and NIFTI files with this tool easily.

Reason this release was yanked:

Error in install_requires

Project description

fMRI Anonymizer

This project contains a series of scripts that perform 2 essential steps:

  1. De-Identification
  2. De-Facing

The main purpose of this porject is to have an "all-purpose" application that can automatize the whole anonymization process on MRI, fMRI data. This includes DICOM, and NIFTI formats.

This application follows a "best-effort" approach in order to comply with HIPAA regulations.

How to install it?

In order to use this packeage, you will need to use the following command (recommended to use it in a separate environment - like conda or venv):

pip install fmri_anonymizer

How to use it?

This is pretty simple, you have 2 ways to use it:

python -m fmri_anonymizer -i <INPUT_FOLDER> --dicom --anonymize --deface YES -o <OUTPUT_FOLDER>

Or:

fmri_anonymizer -i <INPUT_FOLDER> --dicom --anonymize --deface YES -o <OUTPUT_FOLDER>

How to get some help?

Simply type:

python -m fmri_anonymizer -h

H4ppy H4ck1n6!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fmri_anonymizer-0.2.2.tar.gz (7.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page