0.10.0
Enhancements
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
.
Maintenance
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 where ONETABLE is 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.
See v0.10.0 release notes on GitHub and the full changes since v0.9.2.