source: MML/trunk/applications/loco/locosetlatticeparam.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: 354 bytes
Line 
1function RINGData = locosetlatticeparam(RINGData, LocoParams, LocoValues)
2%LOCOSETLATTICEPARAM - Set the AT lattice from the LOCO fit parameters
3%  RINGData = locosetlatticeparam(RINGData, LocoParams, LocoValues)
4%
5%  This function is shortcut to the AT function setparamgroup
6
7RINGData.Lattice = setparamgroup(RINGData.Lattice, LocoParams, LocoValues);
Note: See TracBrowser for help on using the repository browser.