-
Notifications
You must be signed in to change notification settings - Fork 0
IanCal/ParticErl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
ParticErl is a badly named efficient particle tracker written in Erlang. Given a set of "frames" described by a series of particle points and reliabilities, it will produce a set of tracks. Advantages: The search grows linearly with the number of frames. Overly large search graphs are slowly pruned (least probably track first) until they become tractable. Automatic parallelisation. The code will automatically run in parallel on however many cores you have at your disposal. Further work should allow it to be run in a distributed manner across many machines.
About
An efficient multi-frame particle tracker written in Erlang.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published