Releases: prestonlab/fprep
Releases · prestonlab/fprep
fPrep 1.2.0
fPrep 1.1.0
This version adds scripts to transform anatomical images, apply smoothing and filtering to functional images, and some minor maintenance-related changes.
Features:
- Transformation of anatomical images to functional space using
transform_anat2func.py
- Smoothing and temporal filtering of functional images using
smooth_susan
Fixes/improvements:
- Updated and streamlined build configuration
- Use
scikit-learn
dependency instead of deprecatedsklearn
fPrep 1.0.0
This release finishes adding the complete original preprocessing pipeline. It has been tested with the sample dataset to ensure that it finishes successfully. See README.md
for the dependency versions used for testing.
The pipeline performs the following:
- Conversion of images from DICOM to NIfTI format.
- Basic preprocessing of functional data, including motion correction and quality assurance.
- Basic preprocessing of anatomical data, including FreeSurfer.
- Unwarping and registration of functional data.
fPrep 0.1.1
This version adds a Zenodo configuration for easier archiving.
fPrep 0.1.0
This initial release adds utilities for converting DICOM files, reorganizing NIfTI files, and basic preprocessing of anatomical and functional scans.