You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: