Coverage for labnirs2snirf / __init__.py: 100%
0 statements
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-28 06:02 +0000
« prev ^ index » next coverage.py v7.12.0, created at 2025-11-28 06:02 +0000
1"""
2Convert LabNIRS data files to SNIRF format.
4This package provides tools to convert fNIRS data exported from LabNIRS software
5to the Shared Near Infrared Spectroscopy Format (SNIRF), enabling compatibility
6with analysis tools like MNE-Python and other NIRS analysis software.
8Main modules:
10- labnirs: Reading and parsing LabNIRS data files
11- snirf: Writing data to SNIRF/HDF5 format
12- layout: Importing and applying probe position data
13- model: Data models following the SNIRF specification
14- labnirs2snirf: Entrypoint when run as a script
15- args: Command-line argument parsing
16- log: Logging configuration for command-line usage
17"""