Skip to content

Reproduce BRATS preprocessing for a given patient (needed: 4 modalities T1, T2, T1c and FLAIR, optional: segmentation).

Notifications You must be signed in to change notification settings

afiliot/BRATS-preprocessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BRATS preprocessing.

This script reproduces the main steps of BRATS challenge preprocessing (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC4833122/pdf/nihms775317.pdf, p.4). Namely:

  • Bias Field Correction using N4BiasFieldCorrection from ANTS.
  • Skull-stripping using BET2 algorithm from FSL.
  • Co-registration on contrast-enhanced T1 MRI using antsRegistrationSyN.sh from ANTS (default to rigid).
  • Isotropic resolution to 1x1x1 mm^3 and cropping/zero-padding to fit to volumes of size 240x240x155.
  • Cast the resulting images to the same type as initial ones to save memory.

Requirements: -moption Help: -hoption

About

Reproduce BRATS preprocessing for a given patient (needed: 4 modalities T1, T2, T1c and FLAIR, optional: segmentation).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages