/position_tools

Tools for calculating smoothed 2D position, speed, head direction

Primary LanguagePythonMIT LicenseMIT

position_tools

Tools for calculating smoothed 2D position, speed, head direction

Installation

pip install position_tools

Or

conda install -c franklab position_tools

Or

git clone https://github.com/LorenFrankLab/position_tools.git
python setup.py install

Usage

Developer Installation

  1. Install miniconda (or anaconda) if it isn't already installed.
  2. git clone https://github.com/LorenFrankLab/position_tools.git
  3. Setup editiable package with dependencies
cd position_tools
conda env create -f environment.yml
conda activate position_tools
python setup.py develop