Open dtabell opened 2 months ago
Comments:
Missing is:
ix_turn
Turn index when doing long term tracking.state
ALIVE, DEAD, PREBORN, etc.direction
Longitudinal direction of travel (+1 or -1).time_dir
Time direction (+1 forward in time or -1 backwards in time).location
Location within an element: UPSTREAM_END, INSIDE, or DOWNSTREAM_END.user
Dict for custom information. ele
Pointer to element being tracked through.ID
Particle identification (EG index of particle in the particle array of a bunch).weight
Weight used in computing bunch statistics (like bunch sigma matrix).This should this be in #23
Actually this is needed independent of OpenPMD.
The obvious start is
with
and
What's missing (besides comments)?