Getting started
This section guides you through installing Cedalion and running your first analysis.
Recommended reading order:
Concepts — if you are new to fNIRS, start here to learn the measurement physics and Cedalion’s core data model before writing any code.
Installation — set up a conda environment and install the package.
Google Colab setup — run example notebooks in the cloud from your browser without a local installation.
Quick start — load a recording, compute haemoglobin concentration, and plot a channel in under 20 lines.
Tutorial notebooks — seven end-to-end notebooks covering the full pipeline from data loading to image reconstruction.
Contributing code — how to add new functions, follow the style guide, and submit a pull request.
- Core Concepts
- Installation
- Running Notebooks in Google Colab
- Quick Start
- Getting started with contributing code to Cedalion