Metadata-Version: 2.0
Name: pymadx
Version: 1.2
Summary: Write MADX models and load MADX output.
Home-page: https://bitbucket.org/jairhul/pymadx/
Author: JAI@RHUL
Author-email: laurie.nevay@rhul.ac.uk
License: GPL3
Keywords: madx accelerator twiss ptc
Platform: UNKNOWN
Requires-Python: ==2.7.*
Requires-Dist: matplotlib (>=1.7.1)
Requires-Dist: numpy (>=1.3.0)

#pymadx#

A python package containing both utilities for processing and analysing
MADX output.

Authors
-------

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

Setup
-----

From within the pymadx root directory:

$ make install

or for development:

$ make develop

::

    #!python

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

Dependencies
------------

-  matplotlib
-  numpy


