.. _tutorial:

Trackpy tutorial
================

Basic Usage
-----------

.. toctree::
   :maxdepth: 2

   Walkthrough <tutorial/walkthrough>
   Prediction (Linking) <tutorial/prediction>
   Tracking in 3D <tutorial/tracking-3d>
   Uncertainty Estimation <tutorial/uncertainty>
   Advanced Linking <tutorial/subnets>
   Adaptive Linking <tutorial/adaptive-search>

Processing Large Data Sets
--------------------------

.. toctree::
   :maxdepth: 2

   Streaming <tutorial/on-disk>
   Performance <tutorial/performance>
   Parallelized Feature Finding <tutorial/parallel-locate>

Extending & Customizing Trackpy
-------------------------------
.. toctree::
   :maxdepth: 2

   Tracking Particles' Rings in Bright-Field Microscopy <tutorial/brightfield>
   Tracking Large Features Such as Bubbles, and Visualizing a Velocity Field <tutorial/custom-feature-detection>