Metadata-Version: 2.4
Name: cedanirs
Version: 0.0.1
Summary: A wrapper around cedalion for streamlined fNIRS preprocessing and analysis
Author-email: Adam Emile Aske <adask2429@oslomet.no>
License-Expression: MIT
Project-URL: Homepage, https://github.com/adamaske/cedanirs
Project-URL: Bug Tracker, https://github.com/adamaske/cedanirs/issues
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: xarray
Requires-Dist: matplotlib
Requires-Dist: cedalion
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"

# cedanirs

## What is Cedanirs?
Cedanirs is a repository with reusable programs to process and analyze functional near-infrared spectroscopy (fNIRS) data. 

## Modules
- Preprocessing
Input your .snirf file. Outputs preprocessed .snirf file.
Motion correction. Temporal filtering. Normalization. 
- Analysis
GLM solvers. HRF estimation. DOT image reconstruction. 
- Experiments
Input standardaized experimental parameters, preprocess, analyze and report in a one swing.
- 
