All notable changes to this project are documented in this file.
- Fix integer casting of intensity counts
- Improve error catching in Horiba reader function
- Update Horiba reader function
- Update doc strings and test
- Relocate
data
directory
- Add
lifefit_gui
CLI to start streamlit app
- Add reader to parse intensity counts along a time axis instead of channels.
- Update tutorial and streamlit app to use
fileformat="time_intensity"
- Refactor to use pyproject.toml
- Add streamlit to run app locally
- Refactor docs to use mkdocs
- Add source of Streamlit web app
- Add download link for tabular fit data
- Add manual range selection for anisotropy fit in web app
- Turn fits and residuals into integer counts
- Use pytest with coverage report to execute unittest suite
- Add json export of data and fit results
- Badges for anaconda and PyPi
- Installation instructions for conda and pip in README.md and Docs
- Main module tcspc.py
- Tests for Horiba import, reconvolution fit (with experimental and Gaussian IRF)
- Docs on ReadTheDocs
- CI with Github Actions