Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jlian authored Feb 21, 2018
1 parent 8db5470 commit d9fe6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MATLAB Particle Tracker

<img src="http://www.johnlian.ca/images/particle-tracker-in-action.png" width="400">
<img src="http://www.jlian.co/images/particle-tracker-in-action.png" width="400">

This is an application that can be used to track particles with a series of images. It uses algorithms adopted from the [The Matlab Particle Tracking Code Repository](http://site.physics.georgetown.edu/matlab/).

Expand All @@ -16,6 +16,6 @@ Now, run `main.m` in MATLAB to get started. It will ask you where the images are

If everything goes well, the program will let you know and ask if you'd like to animate the results. Hopefully, your results look something like this:

<img src="http://www.johnlian.ca/matlab-animation/shock.gif">
<img src="http://www.jlian.co/matlab-animation/shock.gif">

If it fails then you'll have to adjust the parameters in your `config.m` through trial and error. It can be a fairly painful process. Good luck!

0 comments on commit d9fe6c2

Please sign in to comment.