Base Classes for Cell Tracking in Microscopy
Project description
Brief Description
The cell-tracking-BC project proposes a set of classes and tools for the processing and analysis of cell microscopy time-lapses/videos, typically in live-cell imaging. Its purpose is to serve as a basis for the development of computational pipelines and applications, for example to detect cell-related events such as division or death.
Installation
The cell-tracking-BC project is published on the Python Package Index (PyPI) at: https://pypi.org/project/cell-tracking-bc. It requires version 3.8, or newer, of the interpreter. It should be installable from Python distribution platforms or Integrated Development Environments (IDEs). Otherwise, it can be installed from a command-line console:
- For all users, after acquiring administrative rights:
First installation: pip install cell-tracking-bc
Installation update: pip install --upgrade cell-tracking-bc
- For the current user (no administrative rights required):
First installation: pip install --user cell-tracking-bc
Installation update: pip install --user --upgrade cell-tracking-bc
Documentation
The documentation is extremely limited at the moment. It currently takes the form of a small PDF document. The tools pdoc3 and pydoctor are also used to generate an API documentation.
Thanks
The project is developed with PyCharm Community.
The development relies on several open-source packages (see install_requires in setup.py).
The code is formatted by Black, The Uncompromising Code Formatter.
The imports are ordered by isort… your imports, so you don’t have to.
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
Hashes for cell_tracking_bc-2023.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 02e1dd9c97d27cb1d1145b62affba413f6a3d5a2884fb14d58cf37e6bcfc2320 |
|
MD5 | 4128fc55539b67f9493e79841ac63575 |
|
BLAKE2b-256 | 97d00d01238816a096523a18ccb71966628acce9183e9a758b704d73f249cc1d |