msdanalyzer icon indicating copy to clipboard operation
msdanalyzer copied to clipboard

Adding functionalities

Open AsterVanhecke opened this issue 7 years ago • 0 comments

Dear Jean-Yves Tinevez,

I found your msdanalyzer code very useful for my research. I am examining tracks from different experiments with different time steps. One of the questions is whether we can see different diffusion states for our particles. However, there were a few functionalities that I missed in msdanalyzer, and wrote myself, included in this pull request:

  1. getStepsizes: similar to "getVelocities", returns a cell array with the step sizes for each step in each track.
  2. getSDdt: similar to "getVelocities" and "getStepsizes", returns the squared displacement per time unit for each step in each track.
  3. plotMSD: added an option to hide first (0,0) point in each "MSD vs time" curve/track.

All the best,
Aster
P.S.: this is my first pull request, so let me know if I did anything wrong.

AsterVanhecke avatar Jun 07 '17 09:06 AsterVanhecke