Page 1 of 1
output more points
Posted: 30 Jul 2008, 12:40
by ding
Hi, I know that for the main output like .sig file, there are output information for each element entrance and exit. I am wondering if there is a method to output more point within the element, like for a long drift? I hope to output more points in a long drift without splitting it to many small drifts mannualy by myself. Thanks.
Re: output more points
Posted: 30 Jul 2008, 15:29
by michael_borland
Ding,
You can use the divide_elements command to subdivide the drift spaces. For example
÷_elements
name = *, type=DRIF, divisions = 10
&end
This command needs to go before run_setup. The manual page is here:
http://www.aps.anl.gov/Accelerator_Syst ... ode27.html
--Michael
Re: output more points
Posted: 31 Jul 2008, 13:49
by ding
Thanks Michael. Unfortunately it doesn't work for a csr drift. Anyway I can try with csr off.
Re: output more points
Posted: 01 Aug 2008, 15:12
by michael_borland
Ding,
Sorry about that. It will be fixed in the next release (next week, I hope).
--Michael