Getting started

This section guides you through installing Cedalion and running your first analysis.

Recommended reading order:

  1. Concepts — if you are new to fNIRS, start here to learn the measurement physics and Cedalion’s core data model before writing any code.

  2. Installation — set up a conda environment and install the package.

  3. Google Colab setup — run example notebooks in the cloud from your browser without a local installation.

  4. Quick start — load a recording, compute haemoglobin concentration, and plot a channel in under 20 lines.

  5. Tutorial notebooks — seven end-to-end notebooks covering the full pipeline from data loading to image reconstruction.

  6. Contributing code — how to add new functions, follow the style guide, and submit a pull request.