STracking
STracking is a python framework to develop particles tracking pipeline. This library has been developed to track intra-cellular object in microscopy 2D+t and 3D+t images, but can be use to any spots tracking application in 2D+t and 3D+t images.
System Requirements
Software Requirements
OS Requirements
The STracking development version is tested on Windows 10, MacOS and Linux operating systems. The developmental version of the package has been tested on the following systems:
- Linux: 20.04.4
- Mac OSX: Mac OS Catalina 10.15.7
- Windows: 10
install
Library installation from PyPI
- Install an Anaconda distribution of Python -- Choose Python 3.9 and your operating system. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
- Open an anaconda prompt / command prompt with
condafor python 3 in the path - Create a new environment with
conda create --name stracking python=3.9. - To activate this new environment, run
conda activate stracking - To install the
STrackinglibrary, runpython -m pip install stracking.
if you need to update to a new release, use:
python -m pip install stracking --upgrade
Library installation from source
This install is for developers or people who want the last features in the main branch.
- Install an Anaconda distribution of Python -- Choose Python 3.9 and your operating system. Note you might need to use an anaconda prompt if you did not add anaconda to the path.
- Open an anaconda prompt / command prompt with
condafor python 3 in the path - Create a new environment with
conda create --name stracking python=3.9. - To activate this new environment, run
conda activate stracking - Pull the source code from git with `git pull https://github.com/sylvainprigent/stracking.git
- Then install the
STrackinglibrary from you local dir with:python -m pip install -e ./stracking.
Use STracking with napari
The STracking library is embedded in a napari plugin that allows using STracking with a graphical interface.
Please refer to the STracking napari plugin documentation to install and use it.
STracking documentation
The full documentation with tutorial and docstring is available here
Release files for stracking 0.1.10
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| stracking-0.1.10.tar.gz | 29.8 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| stracking-0.1.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:51.8 MB
Release files / stracking-0.1.10.tar.gz
| Download URL | stracking-0.1.10.tar.gz |
|---|---|
| Size | 29.8 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ca00901781b904bc101d6012b79019252f1a33c74715b6a7dbfe7419a452efc
|
|
BLAKE2b-256 checksum How to use checksums |
7ec1dfaf7446d8adae08c9d6da0263f333bb9af0a866757684b408e6d2541b57
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|
Release files / stracking-0.1.10-py3-none-any.whl
| Download URL | stracking-0.1.10-py3-none-any.whl |
|---|---|
| Size | 22.0 MB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fd347d9f66fe7e78122a250b8a2dd96fb9e22767f627eb0797a99d83d2008bf7
|
|
BLAKE2b-256 checksum How to use checksums |
39f3c6d462b2f68f1af86a708da7807396e8c572c385c1cb5fc9482a17c00a80
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.0 CPython/3.12.3
|