Skip to content

Latest commit

 

History

History
88 lines (61 loc) · 3.31 KB

File metadata and controls

88 lines (61 loc) · 3.31 KB

flowtracks_examples

Getting Started (Local Setup)

Clone the repository:

git clone https://github.com/openptv/flowtracks_examples.git
cd flowtracks_examples

Install uv (if not already installed):

Install dependencies and sync environment using uv:

uv pip install --upgrade pip
uv sync

Running the Examples

To run it without installations:

uvx marimo run gallery.py

Test Data

Test data is available in the test_data folder.

Example Notebooks and Online Viewing

Flowtracks documentation: https://flowtracks.readthedocs.io/en/latest/

View Notebooks Online

You can view the example notebooks directly on molab.marimo.io:

  1. Go to https://molab.marimo.io
  2. Click "Open from GitHub"
  3. Enter the repository URL: https://github.com/openptv/flowtracks_examples
  4. Browse and open any notebook from the jupyter_notebooks folder

Flowtracks Example Notebooks

Welcome to the Flowtracks example notebooks! These interactive marimo notebooks demonstrate the core features and strengths of Flowtracks, including flexible data loading, powerful visualization, and advanced analysis tools for particle tracking data.

Table of Contents

Getting Started

Data Loading

Visualization

Analysis


Why Flowtracks?

Flowtracks provides a robust, extensible platform for working with particle tracking data. These notebooks showcase how you can:

  • Load data from a variety of sources
  • Visualize trajectories in 2D and 3D
  • Perform advanced statistical and pairwise analyses

Explore the notebooks above to see Flowtracks in action and accelerate your research or application development!