0.12.0
Enhancements
Added a
models
module incpymadtools
to hold variouspydantic
models for data manipulated in the library functions.Added a
query_beam_attributes
function incpymadtools.parameters
that returns a parsed and validated MADXBeam with allBEAM
attributes from theMAD-X
process based on the currently defined beam.Added a
ptc_twiss
function incpymadtools.ptc
to conveniently create thePTC
universe and perform aTWISS
command according to the Ripken-Mais formalism.Added a
ptc_track_particle
function incpymadtools.ptc
to conveniently create thePTC
universe and perform particle tracking similarly tocpymadtools.track.track_single_particle
.Added a
get_footprint_lines
function incpymadtools.tune
to obtain the (Qx, Qy) points needed to plot the footprint based on the TfsDataFrame returned bymake_footprint_table
. To be considered experimental.Added a
get_footprint_patches
function incpymadtools.tune
to obtain a collection ofmatplotlib.patches.Polygon
elements needed to plot the footprint based on the TfsDataFrame returned bymake_footprint_table
. To be considered experimental.The
get_table_tfs
function incpmadtools.utils
now takes a headers_table argument to choose an internal table to use for headers.
Maintenance
The default energy value in
cpymadtools.special.make_lhc_beams
has been changed to 7000 [GeV] to reflect run III scenario.The value for npart in
cpymadtools.special.make_lhc_beams
has been changed to 1.15e11 to reflect run III scenario.The
make_footprint_table
incpymadtools.tune
now returns a TfsDataFrame instead of aDataFrame
, the headers of which are populated with useful values for other functions.The
beam_parameters
function incpymadtools.parameters
has been moved to theoptics.beam
module and renamedcompute_beam_parameters
.The default
patch.linewidth
value in the phd matplotlib style has been changed to 1.5.
See v0.12.0 release notes on GitHub and the full changes since v0.11.0.