trackpy.motion.diagonal_size
Opened this issue · 0 comments
Rory235 commented
Just wondering does the code trackpy.motion.diagonal_size
calculate the gradient of a trajectory? If so how does it do this?
Following up on this, what does the lambda
do it the many_trajectories.groupby('particle').filter(lambda x: tp.diagonal_size(x) > 5)
Link to the API page