This service corrects the bias field of T1 and DWI images using ANTs
- Lindsey Kitchell (kitchell@indiana.edu)
You can submit this App online at https://brainlife.io/app/5a0f2dba19b13d1e190f1eeb# and https://brainlife.io/app/5ae9c55df446980028b15eba# via the "Execute" tab.
- git clone this repo.
- Inside the cloned directory, create
config.jsonwith something like the following content with paths to your input files.
{
"t1": ../ti.nii.gz
}- Execute the main file via command line
If you don't have your own input file, you can download sample datasets from Brainlife.io, or you can use Brainlife CLI.
The main output of this App is the bias corrected image (t1 or dwi) and the bia.nii.gz field image.
This App require ANTs to run. ANTs can be obtained from http://stnava.github.io/ANTs/.