.gitignore
.readthedocs.yml
LICENSE
README.rst
pyproject.toml
.github/dependabot.yml
.github/workflows/coverage.yml
.github/workflows/deploy_workflow.yml
FlowCytometry/__init__.py
FlowCytometry/_version.py
FlowCytometry/directories.py
FlowCytometry/flow_cytometer.py
FlowCytometry/gaussian_pulse.py
FlowCytometry/peak.py
FlowCytometry/pulse_analyzer.py
FlowCytometry/utils.py
FlowCytometry.egg-info/PKG-INFO
FlowCytometry.egg-info/SOURCES.txt
FlowCytometry.egg-info/dependency_links.txt
FlowCytometry.egg-info/requires.txt
FlowCytometry.egg-info/top_level.txt
FlowCytometry/__pycache__/__init__.cpython-311.pyc
FlowCytometry/__pycache__/_version.cpython-311.pyc
FlowCytometry/__pycache__/flow_cytometer.cpython-311.pyc
FlowCytometry/__pycache__/gaussian_pulse.cpython-311.pyc
FlowCytometry/__pycache__/pulse_analyzer.cpython-311.pyc
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/plot_flow_cytometer_signal.py
docs/examples/plot_gaussian_pulse.py
docs/examples/plot_pulse_analysis.py
docs/images/example_signal_FCM.png
docs/images/logo.png
docs/source/code.rst
docs/source/conf.py
docs/source/index.rst
docs/source/references.rst
docs/source/_static/default.css
docs/source/gallery/index.rst
docs/source/gallery/plot_flow_cytometer_signal.ipynb
docs/source/gallery/plot_flow_cytometer_signal.py
docs/source/gallery/plot_flow_cytometer_signal.py.md5
docs/source/gallery/plot_flow_cytometer_signal.rst
docs/source/gallery/plot_flow_cytometer_signal_codeobj.pickle
docs/source/gallery/plot_gaussian_pulse.ipynb
docs/source/gallery/plot_gaussian_pulse.py
docs/source/gallery/plot_gaussian_pulse.py.md5
docs/source/gallery/plot_gaussian_pulse.rst
docs/source/gallery/plot_gaussian_pulse_codeobj.pickle
docs/source/gallery/plot_pulse_analysis.ipynb
docs/source/gallery/plot_pulse_analysis.py
docs/source/gallery/plot_pulse_analysis.py.md5
docs/source/gallery/plot_pulse_analysis.rst
docs/source/gallery/plot_pulse_analysis_codeobj.pickle
docs/source/gallery/sg_execution_times.rst
docs/source/gallery/images/sphx_glr_plot_flow_cytometer_signal_001.png
docs/source/gallery/images/sphx_glr_plot_gaussian_pulse_001.png
docs/source/gallery/images/sphx_glr_plot_pulse_analysis_001.png
docs/source/gallery/images/thumb/sphx_glr_plot_flow_cytometer_signal_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_gaussian_pulse_thumb.png
docs/source/gallery/images/thumb/sphx_glr_plot_pulse_analysis_thumb.png
tests/__init__.py
tests/test_flow_cytometer.py
tests/test_gaussian_pulse.py
tests/test_pulse_analyzer.py