Release 0.10.0
Release 0.10.0 brings the following:
Added:
- The
track_single_particle
function in thecpymadtools.track
module can now take a sequence defining observation points as argument. - The
track_single_particle
function in thecpymadtools.track
module can now take keyword arguments to be transmitted to theTRACK
command inMAD-X
.
Changed:
- The
track_single_particle
function in thecpymadtools.track
module now defaults initial tracking coordinates to all 0. - The
track_single_particle
function in thecpymadtools.track
module now returns a dictionary, with one keys per defined observation point and as a value the corresponding track table. The special case whereONETABLE
s given toTRACK
as a keyword argument is handled, and then a single entry taken from the appropriate table with be found in the returned dictionary.
Tests have been added.