Metadata-Version: 2.4
Name: bbo-multitrackpy
Version: 1.2.0
Summary: Detect head positions from MTT files
Project-URL: Homepage, https://github.com/bbo-lab/multitrackpy
Author-email: "BBO-lab @ caesar" <kay-michael.voit@mpinb.mpg.de>
License-Expression: LGPL-3.0-or-later
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: bbo-bbo
Requires-Dist: bbo-calibcamlib
Requires-Dist: bbo-ccvtools
Requires-Dist: bbo-multitrackpy
Requires-Dist: construct
Requires-Dist: matplotlib
Description-Content-Type: text/markdown

Detection of LED head stage based on MTT files, used by the BBO lab at MPI for Neurobiology of Behavior

# Installation

## Windows

1. [Install Anaconda](https://docs.anaconda.com/anaconda/install/windows/)
2. Open Anaconda prompt via Start Menu
3. Create conda environment using `conda env create -f conda env create -f https://raw.githubusercontent.com/bbo-lab/multitrackpy/master/environment.yml`

# Usage

1. Switch to multitrackpy environment: `conda activate multitrackpy`
2. Run the program with `python -m multitrackpy -h`:
```
usage: __main__.py [-h] --mtt_file MTT_FILE --video_dir VIDEO_DIR
                   [--linedist_thres LINEDIST_THRES] [--corr_thres CORR_THRES]
                   [--led_thres LED_THRES] [--n_cpu N_CPU]
                   START_IDX END_IDX
__main__.py: error: the following arguments are required: START_IDX, END_IDX, --mtt_file, --video_dir
```
