edeno / trajectory_analysis_tools

Tools to analyze the decoded posterior probability of position

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trajectory_analysis_tools

Tools to analyze the decoded posterior probability of position

Installation

pip install trajectory_analysis_tools

Or

conda install -c edeno trajectory_analysis_tools

Or

git clone <package.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/edeno/trajectory_analysis_tools.git
  3. Setup editiable package with dependencies
cd <package folder>
conda env create -f environment.yml
conda activate trajectory_analysis_tools
python setup.py develop

About

Tools to analyze the decoded posterior probability of position


Languages

Language:Python 99.9%Language:Shell 0.1%