https://github.com/bgamari/tracker
Particle tracking implementation for mDAQ
https://github.com/bgamari/tracker
Last synced: over 1 year ago
JSON representation
Particle tracking implementation for mDAQ
- Host: GitHub
- URL: https://github.com/bgamari/tracker
- Owner: bgamari
- Created: 2012-10-03T15:13:36.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2014-11-01T06:09:04.000Z (over 11 years ago)
- Last Synced: 2025-03-20T05:36:06.280Z (over 1 year ago)
- Language: C
- Homepage:
- Size: 891 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tracker
=======
Particle tracking implementation for uDAQ
## installation
After installing [gcc-arm-embedded](https://launchpad.net/gcc-arm-embedded)
as well as [dfu-util](http://dfu-util.gnumonks.org/) from git,
$ git clone --recursive git://github.com/bgamari/tracker
$ cd tracker
$ make
$ sudo make program
## notes
Samples from the ADC are assumed to have the following channel mapping,
0 = stage feedback x
1 = stage feedback y
2 = stage feedback z
3 = PSD x sum
4 = PSD x difference
5 = PSD y sum
6 = PSD y difference
## todo
stage_fb_gains should be one-dimensional