Skip to content
New issue

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

getXmoved for TrackParticles #748

Open
Z10Frank opened this issue Oct 8, 2024 · 2 comments
Open

getXmoved for TrackParticles #748

Z10Frank opened this issue Oct 8, 2024 · 2 comments
Labels
feature-request something that could be added to the code

Comments

@Z10Frank
Copy link
Contributor

Z10Frank commented Oct 8, 2024

Would it be feasible to add the getXmoved method to the TrackParticle diagnostic?
At the moment one way to retrieve this information would be to compute x minus moving_x for one particle.

@Z10Frank Z10Frank added the feature-request something that could be added to the code label Oct 8, 2024
@mccoys
Copy link
Contributor

mccoys commented Oct 8, 2024

What is the reason for this?

@Z10Frank
Copy link
Contributor Author

Z10Frank commented Oct 8, 2024

Without this method in the Tracks, if I want to know how much the window has moved while analysing Tracks I should either: 1) subtract x_moved to x, or 2) extract the info from a Field diagnostic defined at the same time steps of the Tracks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request something that could be added to the code
Projects
None yet
Development

No branches or pull requests

2 participants