atcollab / at

Accelerator Toolbox
Apache License 2.0
48 stars 31 forks source link

Axis definitions #566

Closed lfarv closed 1 year ago

lfarv commented 1 year ago

Many functions require the user to specify a coordinate axis (x, px, y, px, δ, cτ) or a plane (horizontal, vertical or longitudinal). A new module axisdef.py introduces helper functions to make the specification of coordinate axes or plane selection easier.

These functions supersede the axis_descr function of the utils.py module.

swhite2401 commented 1 year ago

Very useful!