source: PSPA/madxPSPA/tests/test-survey-2/test-survey-2.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: 458 bytes
Line 
1 title, "TI8 test of globaltilt";
2
3 option, -echo, -info, -warn;
4 call, file ="TI8.seq";
5 option, echo, info, warn;
6
7 beam, sequence=ti8, bv=-1;
8 use,  sequence=ti8, range=newti8start/#e;
9
10! the TED element should have globaltilt = 0
11 select, flag=survey, range=ted.87765, column=name,s,l,angle,x,y,z,theta,phi,psi,globaltilt;
12
13 survey, file = 'ti8_ted.out', x0=-2316.27746417, y0=2401.75219835, z0=4455.02592365,
14 theta0=-2.1748203, phi0=0.00017850;
15
16stop;
Note: See TracBrowser for help on using the repository browser.