chernals / pymadx

Fork of pymadx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#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

About

Fork of pymadx.

License:Other


Languages

Language:Python 99.9%Language:Makefile 0.1%