-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
{ | ||
"name": "fsl-feat", | ||
"label": "FSL: FEAT - fMRI preprocessing (v5.0)", | ||
"label": "FSL: FEAT - fMRI preprocessing (v6.0)", | ||
"description": "FSL's FEAT (FMRI Expert Analysis Tool). As implemented in this Gear FEAT allows for basic preprocessing of an fMRI dataset including motion correction using MCFLIRT [Jenkinson 2002]; slice-timing correction using Fourier-space time-series phase-shifting; non-brain removal using BET [Smith 2002]; spatial smoothing using a Gaussian kernel; multiplicative mean intensity normalization of the volume at each timepoint; and highpass temporal filtering (Gaussian-weighted least-squares straight line fitting), brain extraction, and registration to a standard image (MNI152).", | ||
"maintainer": "Flywheel <[email protected]>", | ||
"author": "Analysis Group, FMRIB, Oxford, UK.", | ||
"url": "http://fsl.fmrib.ox.ac.uk/fsl/fslwiki/FEAT", | ||
"source": "https://github.com/flywheel-apps/fsl-feat", | ||
"license": "Apache-2.0", | ||
"version": "0.1.6", | ||
"version": "1.0.3_6.0", | ||
"custom": { | ||
"gear-builder": { | ||
"category": "analysis", | ||
|