We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just wondering does the code trackpy.motion.diagonal_size calculate the gradient of a trajectory? If so how does it do this?
trackpy.motion.diagonal_size
Following up on this, what does the lambda do it the many_trajectories.groupby('particle').filter(lambda x: tp.diagonal_size(x) > 5)
lambda
many_trajectories.groupby('particle').filter(lambda x: tp.diagonal_size(x) > 5)
Link to the API page
http://soft-matter.github.io/trackpy/v0.5.0/generated/trackpy.motion.diagonal_size.html#trackpy-motion-diagonal-size
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 themany_trajectories.groupby('particle').filter(lambda x: tp.diagonal_size(x) > 5)
Link to the API page
http://soft-matter.github.io/trackpy/v0.5.0/generated/trackpy.motion.diagonal_size.html#trackpy-motion-diagonal-size
The text was updated successfully, but these errors were encountered: