OscarES / serpentinetracker

Automatically exported from code.google.com/p/serpentinetracker
GNU General Public License v3.0
0 stars 0 forks source link

No dispersion tracking #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
cd serpentinetracker/examples/atf
ipython
In[1]: execfile('atf2example.py')
In[2]: twiss_dict = ATF2ext.beamline.GetTwiss()
In[3]: twiss_dict['etax']

What is the expected output? What do you see instead?
Expected dispersion to evolve along beamline since there are several dipoles of 
non-zero strength
Seen:
Out[3]:
[3.8918869733073503e-12,
 3.8918869733073503e-12,
 3.8918869733073503e-12,
...
 3.8918869733073503e-12,
 3.8918869733073503e-12,
 3.8918869733073503e-12]

What version of the product are you using? On what operating system?
Serpentine revision 106
python 2.5.5

Please provide any additional information below.
Thanks

Original issue reported on code.google.com by Francis....@live.rhul.ac.uk on 11 Jul 2011 at 10:59