Welcome to FCS (Fluorescence Correlation Spectroscopy), a Python application designed for in-depth Fluorescence Correlation Spectroscopy (FCS) analysis. The software specializes in advanced post-processing techniques, focusing on computing correlations (both auto and cross) between intensity vectors. With support for multi-acquisitions to calculate averaged correlations, users can delve into intricate molecular dynamics and interactions with ease. The intuitive graphical user interface (GUI) provides seamless navigation through these analytical functions, enabling users to explore FCS data comprehensively.
To directly test the application, skipping the installation requirements you can download an installer at this link (Note: you still need to have the FLIM LABS Data 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/fcs-py.git
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python fcs.py
Navigate to the following links to view detailed application usage guides:
Distributed under the MIT License.
FLIM LABS: info@flimlabs.com
Project Link: FCS (Fluorescence Correlation Spectroscopy)