source: MML/trunk/applications/orbit/lib/cor2zero.m

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

Initial import--MML version from SOLEIL@2013

File size: 238 bytes
Line 
1function cor2zero
2%set horizontal and vertical correctors to zero
3COR=getappdata(0,'COR');
4
5status=COR(1).status;
6z=zeros(length(status),1);
7setsp('HCM',z,status);
8
9
10status=COR(2).status;
11z=zeros(length(status),1);
12setsp('VCM',z,status);
Note: See TracBrowser for help on using the repository browser.