Tools for fluorescence microscopy analysis
Project description
sdt-python is a collection of tools for analysis of fluorescence microscopy data.
It contains
algorithms for localization of fluorescent features in images
methods for evaluation of tracking data
functions to evaluate brightness data
as well as multi-color data
support for automated determination and correction of chromatic aberrations
methods for reading and writing single molecule data in various formats
handling of ROIs (both rectangular and described by arbitrary paths)
methods for simulation of fluorescence microscopy images
much more.
A repository of tutorials is provided at https://github.com/schuetzgroup/sdt-python-tutorials. API documentation can be found at https://schuetzgroup.github.io/sdt-python.
If you use sdt-python in a project resulting in a scientific publication, please cite the software.
Installation
Using anaconda (recommended)
Choose one of the three following options.
Install miniforge
Set up a minimal conda forge-enabled anaconda installation by downloading and executing a Miniforge3 installer from github.
Then open an Anaconda prompt and type
conda install sdt-python conda install opencv trackpy lmfit ipympl scikit-learn pyqt
to install the sdt-python package and some optional, recommended packages.
Convert a miniconda installation to conda forge
The following will most likely fail on a full Anaconda install, hence it is recommended to use miniconda (minimal Anaconda) First, install miniconda (Python 3.x version). Then open an Anaconda prompt and type
conda config --add channels conda-forge conda config --set channel_priority strict conda update --all conda install sdt-python conda install opencv trackpy lmfit ipympl scikit-learn pyqt
The last line installs optional, recommended packages.
Instead of converting the whole installation to conda-forge, it is possible to
Create a new environment using conda forge
This method works for Anaconda / miniconda installs.
conda create -n sdt_env -c conda-forge --strict-channel-priority sdt-python conda install -n sdt_env -c conda-forge --strict-channel-priority opencv trackpy lmfit ipympl scikit-learn conda activate sdt_env
The second line installs optional, recommended packages. sdt_env is the name of the new environment. For more information on conda environments, have a look here.
Using pip
Install some Python distribution and run (possibly in a virtual environment)
pip install sdt-python
Updating
If the conda installation was converted to conda forge, type
conda update sdt-python
in an Anaconda prompt.
If a separate environment is used, type
conda activate sdt_env conda update -c conda-forge --strict-channel-priority sdt-python
If you chose an environment name different from sdt_env when installing, adapt accordingly.
If pip is used, run
pip install --upgrade sdt-python
Requirements
Python >= 3.9
matplotlib
numpy >= 1.10
pandas
imageio >= 2.29
tifffile >= 0.7.0
pyyaml
lazy_loader
Recommended packages
PyQt5 >= 5.12
opencv
trackpy
lmfit
ipympl
scikit-learn
pywavelets >= 0.3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sdt_python-19.0.2.tar.gz
.
File metadata
- Download URL: sdt_python-19.0.2.tar.gz
- Upload date:
- Size: 2.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 289865d1e97008f6a93d0fa537a222d55819c45a5036c07da7d09a0ba57bd2ae |
|
MD5 | ec79d908ed2fba4b13688c192bc55367 |
|
BLAKE2b-256 | c563bdf6fd7a95e5302fad22108db1cb3ef1538a03cf22aa2b6890654aff8a37 |
File details
Details for the file sdt_python-19.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: sdt_python-19.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 2.7 MB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a112768e423bad4f55215600cdc1d67ca8a8f26868efd4df47051b346186bdba |
|
MD5 | a81201015a51cca7a24a00f893e8720b |
|
BLAKE2b-256 | 98ba37b458af062b277db5b78ce7a3b5fc2365ee137fd20d2dee52f2004f4868 |