Collection of shared utilities to process and analyse behaviour data
Install with
pip install git+https://github.com/BrancoLab/Behaviour.git
Update with:
pip install git+https://github.com/BrancoLab/Behaviour.git --upgrade
The function in this repository require fc utils, please install/upgrade it with:
pip install git+https://github.com/FedeClaudi/fcutils.git --upgrade
Collection of functions useful for handling .tdms files from mantis.
Functions to open, parse and save .tdms files
Functions to check if frames where dropped in a mantis recording (using video and metadata files).
Functions for post processing and handling of DLC output
Code to use DLC tracking to check time spent in user defined ROIs
Post processing of DLC tracking data: median filtering, computation of kinematics, body-segments analysis etc
Code to analyse 1d time series to extract relevant events (e.g. stimuli onsets from a LDR trace)
Lot's of useful stuff for handling, loading and saving videos with opencv.
Code to create a video with short clips for each trial within an experimental session