source: PSPA/madxPSPA/tests/test-cororbit-3/test-cororbit-3.madx @ 430

Last change on this file since 430 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 592 bytes
Line 
1TITLE, s='MAD-X test';
2call file="input/coc4.opt";
3call file="input/coc4.seq";
4option,-echo;
5//option,debug,-echo;
6
7Beam, particle = proton, sequence=fivecell, energy = 450.0;
8//        NPART=1.05E11, sige=      4.5e-4 ;
9
10use, period=fivecell;
11
12select, flag=twiss, clear;
13select, flag=twiss, column=name,s,x,px,y,py,betx,bety,alfx,alfy;
14TWISS,table=my_model,sequence=fivecell;
15
16readmytable,file="input/orbps.in",table=orbint;
17
18coption,print=2,debug=1;
19correct,flag=ring,model=my_model,orbit=orbint,extern,mode=micado,
20        cond=0,error=1.0e-7,ncorr=5,plane=x,clist="c.tab",mlist="m.tab";
21
Note: See TracBrowser for help on using the repository browser.