Skip to content

Latest commit

 

History

History

2-biomedical_imaging

Biomedical imaging in time and space

Learning objectives

In the following series of seven Jupyter notebooks will explore multichannel imaging data from two quite different imaging modalities (in terms of physical principles and spatial resolution):

  • Imaging Mass Cytometry (IMC)
  • Magnetic Resonance Imaging (MRI)

and illustrate the generic nature of computational imaging.

More specifically:

  • image processing, image noise, image filtering (e.g. Gabor filters)
  • supervised and unsupervised tissue classification in structural MRI (sMRI) recordings
  • the nature of 4D (3D + time) resting state BOLD functional MRI (rs-fMRI)
  • brain connectivity and graph representation towards Network science

Presentations: "Biomedical imaging in time and space"


If you want to install this imaging lab locally, do:

Install and activate the conda environment (see local setup-img.md) before you start:

# This you only need to do initially, and only once
conda env create -f environment-img.yml
# Activate the environment
conda activate dln2022-img
# Install the specific `DLN2022-IMG` Jupyter kernel (only once):
python -m ipykernel install --user --name dln2022-img --display-name "DLN2022-IMG"

Update:

The code and environment can be updated during the course. Run the following commands regularly from within this (2-biomedical_imaging) directory:

  • Update this particular dln2022-img environment:
conda activate dln2022-img
conda env update --file environment-img.yml

The series of notebooks:


Sources of information related to MRI principles and applications

Introductory videos

Awesome Magnetic Resonance Imaging (MRI)

Simulators and more


In your spare time - relax and enjoy biological vision:

See this webpage containing demos of many beautiful and fascinating optical illusions and visual phenomena. Michael Bach gives detailed descriptions of these phenomena also from a theoretical perspective.
Even more interested? see https://foundationsofvision.stanford.edu by Brian A. Wandell at Stanford.