Compute the mean squared displacement of each particle.
Parameters: | traj : DataFrame of trajectories of multiple particles, including
mpp : microns per pixel fps : frames per second max_lagtime : intervals of frames out to which MSD is computed
statistic : {‘msd’, ‘<x>’, ‘<y>’, ‘<x^2>’, ‘<y^2>’}, default is ‘msd’
|
---|---|
Returns: | DataFrame([Probe 1 msd, Probe 2 msd, ...], index=t) |
Notes
Input units are pixels and frames. Output units are microns and seconds.