forked from StuartJO/MATLAB-connectome-intro
-
Notifications
You must be signed in to change notification settings - Fork 0
FreeSurfer
Alexander Holmes edited this page Jul 5, 2023
·
5 revisions
FreeSurfer is a software package for the analysis and visualization of structural and functional neuroimaging data from cross-sectional or longitudinal studies. It is developed by the Laboratory for Computational Neuroimaging at the Athinoula A. Martinos Center for Biomedical Imaging. FreeSurfer is the structural MRI analysis software of choice for the Human Connectome Project.
The FS wiki has many tutorials for the different commands in FreeSurfer
Before you use FreeSurfer, you'll need to download a free license available here
The most important command is recon-all which manages the full cortical surface reconstruction pipeline
- This can be broken down into autorecon1, autorecon2, and autorecon3 depending on which stage of the pipeline you want to run (or re-run), but recon-all -all will run everything too
- Visualisation software for FreeSurfer surfaces and outputs
- On MASSIVE specifically, visualisation software will require the addition of ‘vglrun’ before any commands when using the command line interface *Manual edits to cortical surfaces can be conducted within FreeSurfer through the edit mode in FreeView
- 0.0 NSB Programming Courses (in ALPHA)
- 1.0 Working on the Cluster
- 2.0 Programming Languages
- 2.1 Python
- 2.1.1 Getting Set Up
- 2.1.2 Coding in Python
- 2.1.3 Applications of Python in Neuroimaging
- 2.2 MATLAB
- 2.3 R and RStudio
- 2.4 Programming Intro Exercises
- 2.5 git and GitHub
- 2.6 SLURM and Job Submission
- 2.1 Python
- 3.0 Neuroimaging Tools and Packages
- 3.1 BIDS
- 3.2 FreeSurfer
- 3.3 FSL
- 3.4 Connectome Workbench/wb_command
- 3.5 fMRIPrep
- 3.6 QSIPrep
- 3.7 MICApipe
- 3.8 MRIQC
- 4.0 Specialist Tools