Welcome to FLIM LABS Spectroscopy, a Python application designed to analyze the fluorescence intensity decay as a function of time and plotting a decay profile histogram. Facilitated by an underlying data processor developed in Rust, responsible for data retrieval from the hardware component, this application enables real-time data analysis and visualization. Whether your focus is on rigorous data analysis or dynamic visualizations, Spectroscopy serves as a flexible tool for the precise measurement and exploration of fluorescence intensity decay profile.
To directly test the application, skipping the prerequisites and installation requirements you can download an installer at this link (Note: you still need to have the FLIM LABS acquisition card).
To get a local copy up and running follow these steps.
To be able to run this project locally on your machine you need to satisfy these requirements:
git clone https://github.com/flim-labs/spectroscopy-py
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python spectroscopy.py
Navigate to the following links to view detailed application usage guides:
FLIM LABS: info@flimlabs.com
Project Link: FLIM LABS - Spectroscopy