Skip to content

allierc/ParticleGraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ParticleGraph

Graph network fitting particle trajectories

Setup

Run the following line from the terminal to create a new environment particle-graph:

conda env create -f environment.yaml

Activate the environment:

conda activate particle-graph

Install the package by executing the following command from the root of this directory:

pip install -e .

Then, you should be able to import all the modules from the package in python:

from ParticleGraph import *

About

Graph fitting particle trajectories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages