Finding the limit of the number fluorescent molecules we can distinguish
We illuminate the four fluorophores with four wavelengths. We generate the Fisher information matrix and calculate figures of merit to access how well each fluorophore can be imaged.
The main scripts are Model.ipynb
and demo.ipynb
. View these scripts in action with by running
streamlit run User_Interface.py
fluoro_spectra
- fluorophore excitation and emission spectra data in CSV files
- downloaded from FPbase
fluorophore-spectra
- repeat of
fluoro_spectra
with an added test file
FOM
- calculated figures of merit for each fluorophore
- generated from
Model.ipynb
Figures
- variation of plots generated from
plotting/*
andModel.ipynb
playground
- scripts for temporary testing and comparison
quantum-efficiency-data
- detector quantum efficiency data in CSV files
- ORCA-Fusion BT camera
- script generating plots of the data
- numpy
- pandas
- matplotlib
- notebook/ipython
- streamlit