Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 3.09 KB

index.md

File metadata and controls

45 lines (32 loc) · 3.09 KB
layout root permalink
lesson
.
index.html

Binder

Welcome to the Structural Neuroimaging Analysis in Python workshop!

The primary goals of this workshop are:

  1. Understand the basics of strcutural MR image acquisition
  2. Familiarize with structural MR image (pre)processing pipeline
  3. Perform and visualize group-level neuroanatomical analyses

Things to keep in mind:

  1. Magnetic resonance (MR) imaging is a medical imaging technique used visualize anatomy and the physiological processes of the body. MR imaging scanners use strong magnetic fields, magnetic field gradients, and radio waves to generate images of the organs in the body.

  2. In structural neuroimaging, MR scans can refer to several different image modalities including, T1-weighted, T2-weighted, diffusion weighted images (DWI), proton-densty (PD), Fluid attenuation inversion recovery (FLAIR) etc.

  3. MR (pre)processing pipeline is a set of sequential image processing tasks performed on acquired MR scans prior to the statistical analyese.

  4. MR software packages: In order to standardize and simplify computational effort, several software packages encapsulate MR (pre)processing pipelines. Thus as a user, you need not know the details of each image processing algorithm. Nevertheless it is useful to understand the key objectives of these tasks, the corresponding computational approaches, and their impact on the downstream analyses. This will 1) help developers to improve the underlying algorithms and 2) help users to customize the neuorimaging pipelines according to specific dataset requirements. Here are a few common software packages:

Note: All of this may sound complicated, but we'll explain things step-by-step in depth with practical examples as the course goes along. We will begin our computational journey stating from how an MR image is acquired, followed by several pre-processing tasks, with the end goal of conducting a statistical analysis to investigate neuroanatomical differences between patients and healthy controls groups.

You Are Here!

course_flow

{% comment %} This is a comment in Liquid {% endcomment %}

Prerequisites

Attendees must have some base familiarity with Python and NIfTI images in order to comfortably progress through the lesson {: .prereq}

{% include links.md %}