COPYING
COPYING.LESSER
LICENSE
README.md
pyproject.toml
src/multimodalphysiokit/__init__.py
src/multimodalphysiokit.egg-info/PKG-INFO
src/multimodalphysiokit.egg-info/SOURCES.txt
src/multimodalphysiokit.egg-info/dependency_links.txt
src/multimodalphysiokit.egg-info/requires.txt
src/multimodalphysiokit.egg-info/top_level.txt
src/multimodalphysiokit/core/__init__.py
src/multimodalphysiokit/core/processing_result.py
src/multimodalphysiokit/core/recording.py
src/multimodalphysiokit/core/signal.py
src/multimodalphysiokit/io/__init__.py
src/multimodalphysiokit/io/arrays.py
src/multimodalphysiokit/io/biosignalsplux.py
src/multimodalphysiokit/io/hdf5.py
src/multimodalphysiokit/processors/__init__.py
src/multimodalphysiokit/processors/ecg.py
src/multimodalphysiokit/processors/eda.py
src/multimodalphysiokit/processors/fnirs.py
src/multimodalphysiokit/processors/respiration.py
src/multimodalphysiokit/processors/temperature.py
src/multimodalphysiokit/utils/__init__.py
src/multimodalphysiokit/utils/phases.py
src/multimodalphysiokit/utils/plotting.py
tests/test_io_arrays.py
tests/test_io_biosignalsplux.py
tests/test_io_hdf5.py
tests/test_package_import.py
tests/test_processing_result.py
tests/test_processors_ecg.py
tests/test_processors_ecg_detection.py
tests/test_processors_ecg_frequency_domain.py
tests/test_processors_ecg_processor.py
tests/test_processors_ecg_time_domain.py
tests/test_processors_eda.py
tests/test_processors_eda_features.py
tests/test_processors_eda_preprocessing.py
tests/test_processors_fnirs_api.py
tests/test_processors_fnirs_features.py
tests/test_processors_fnirs_preprocessing.py
tests/test_processors_respiration.py
tests/test_processors_respiration_processor.py
tests/test_processors_temperature.py
tests/test_processors_temperature_processor.py
tests/test_recording.py
tests/test_recording_phases.py
tests/test_recording_processing.py
tests/test_signal.py
tests/test_utils_phases.py
tests/test_utils_plotting.py