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

make tracer return positions and velocities as separate arrays #198

Open
jobdewitte opened this issue Jan 18, 2025 · 0 comments
Open

make tracer return positions and velocities as separate arrays #198

jobdewitte opened this issue Jan 18, 2025 · 0 comments

Comments

@jobdewitte
Copy link
Collaborator

Problem Statement

Currently the tracer returns the trajectories as (N,6) dimensional arrays named positions with the first three elements along the second axis representing the (x,y,z) coordinates and the later three the velocities (vx, vy, vz). I reckon this is fairly confusing.

Proposed Solution

Split the aray in two (N,3) arrays representing positions and velocities separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant