source: MML/trunk/machine/SOLEIL/Booster/meas_chro_boo.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 263 bytes
Line 
1
2%%
3figure
4ploteta
5subplot(5,1,[1 2])
6hold on
7plot(getspos('BPMx'),-(X4-X5)/(352.220-352.180)*352.200/3e-2/1e6,'.r')
8subplot(5,1,[4 5])
9hold on
10plot(getspos('BPMx'),-(Z4-Z5)/(352.220-352.180)*352.200/3e-2/1e6,'.-b')
11ylim([-0.1 0.1])
12
13%%
14figure
15hold
16plot(Z5,'r')
17
Note: See TracBrowser for help on using the repository browser.