Skip to content

lnevay/pymadx

 
 

Repository files navigation

pymadx

A python package containing both utilities for processing and analysing MADX output. Used by pybdsim and so BDSIM

Authors

L. Nevay S. Boogert S. Walker A. Abramov W. Shields J. Snuverink

Setup

pip install pymadx

Or from source, from the main directory:

$ make install

or for development where the local copy of the repository is used and can be reloaded with local changes:

$ make develop

Look in the Makefile for the various pip commands (e.g. for with a venv).

$> python
>>> import pymadx
>>> t = pymadx.Data.Tfs("twiss.tfs")

Dependencies

  • matplotlib
  • numpy
  • pytransport (optional)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%