LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
setup.py
docs/acknowledgments.rst
docs/code_of_conduct.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/phasor_approach.rst
docs/release.rst
docs/_static/categorical.png
docs/_static/custom-icons.js
docs/_static/favicon.ico
docs/_static/phasorpy_logo.png
docs/_static/phasorpy_logo.svg
docs/_static/srgb_spectrum.png
docs/_static/switcher.json
docs/api/_phasorpy.rst
docs/api/_utils.rst
docs/api/cli.rst
docs/api/cluster.rst
docs/api/color.rst
docs/api/component.rst
docs/api/cursor.rst
docs/api/datasets.rst
docs/api/experimental.rst
docs/api/filter.rst
docs/api/index.rst
docs/api/io.rst
docs/api/lifetime.rst
docs/api/phasor.rst
docs/api/phasorpy.rst
docs/api/plot.rst
docs/api/utils.rst
src/phasorpy/__init__.py
src/phasorpy/__main__.py
src/phasorpy/_phasorpy.pyx
src/phasorpy/_typing.py
src/phasorpy/_utils.py
src/phasorpy/cli.py
src/phasorpy/cluster.py
src/phasorpy/color.py
src/phasorpy/component.py
src/phasorpy/conftest.py
src/phasorpy/cursor.py
src/phasorpy/datasets.py
src/phasorpy/experimental.py
src/phasorpy/filter.py
src/phasorpy/lifetime.py
src/phasorpy/phasor.py
src/phasorpy/py.typed
src/phasorpy/utils.py
src/phasorpy.egg-info/PKG-INFO
src/phasorpy.egg-info/SOURCES.txt
src/phasorpy.egg-info/dependency_links.txt
src/phasorpy.egg-info/entry_points.txt
src/phasorpy.egg-info/not-zip-safe
src/phasorpy.egg-info/requires.txt
src/phasorpy.egg-info/top_level.txt
src/phasorpy/io/__init__.py
src/phasorpy/io/_flimlabs.py
src/phasorpy/io/_leica.py
src/phasorpy/io/_ometiff.py
src/phasorpy/io/_other.py
src/phasorpy/io/_simfcs.py
src/phasorpy/plot/__init__.py
src/phasorpy/plot/_functions.py
src/phasorpy/plot/_lifetime_plots.py
src/phasorpy/plot/_phasorplot.py
src/phasorpy/plot/_phasorplot_fret.py
tests/conftest.py
tests/test__phasorpy.py
tests/test__typing.py
tests/test__utils.py
tests/test_cli.py
tests/test_cluster.py
tests/test_color.py
tests/test_component.py
tests/test_cursor.py
tests/test_datasets.py
tests/test_experimental.py
tests/test_filter.py
tests/test_lifetime.py
tests/test_nan.py
tests/test_phasor.py
tests/test_phasorpy.py
tests/test_utils.py
tests/io/_conftest.py
tests/io/test_flimlabs.py
tests/io/test_leica.py
tests/io/test_ometiff.py
tests/io/test_other.py
tests/io/test_simfcs.py
tests/plot/test_functions.py
tests/plot/test_lifetime_plots.py
tests/plot/test_phasorplot.py
tests/plot/test_phasorplot_fret.py
tools/build_manylinux.cmd
tools/build_manylinux.sh
tools/sha256.py
tutorials/README.rst
tutorials/phasorpy_introduction.py
tutorials/phasorpy_lfd_workshop.py
tutorials/phasorpy_lifetime_geometry.py
tutorials/api/README.rst
tutorials/api/phasorpy_component.py
tutorials/api/phasorpy_cursor.py
tutorials/api/phasorpy_filter.py
tutorials/api/phasorpy_fret.py
tutorials/api/phasorpy_io.py
tutorials/api/phasorpy_lifetime_to_signal.py
tutorials/api/phasorpy_multi_harmonic.py
tutorials/api/phasorpy_pca.py
tutorials/api/phasorpy_phasor_from_lifetime.py
tutorials/api/phasorpy_phasorplot.py
tutorials/applications/README.rst
tutorials/applications/phasorpy_component_fit.py
tutorials/applications/phasorpy_fret_efficiency.py
tutorials/applications/phasorpy_multidimensional.py
tutorials/misc/README.rst
tutorials/misc/phasorpy_logo.py
tutorials/misc/phasorpy_phasor_from_signal.py