Search found 4 matches

by LouisEmery
21 May 2010, 15:26
Forum: General
Topic: columns to arrays conversion
Replies: 1
Views: 2852

Re: columns to arrays conversion

Hi Max, Mike asked me to respond to this question. There aren't many SDDS tools that use the array data type. The response matrix output of elegant, which is a sequence of SDDS columns is actually used in orbit correction at APS (after inverting with sddspseudoinverse). If you want to do a numerical...
by LouisEmery
20 Jun 2008, 17:25
Forum: General
Topic: Twiss output in the absence of &track command
Replies: 3
Views: 24406

Twiss output in the absence of &track command

Just a curiosity I ran into. I ran elegant four times, with the essential namelist commands: &run_control steps = 20 ... &end &twiss output_at_each_step = 0 or 1 ... &end &track &end or !&track &end i.e. no track command I get different sets of output output each step track twiss file content 0 0 si...
by LouisEmery
19 Jun 2008, 11:57
Forum: General
Topic: Output file with same name produces corrupted sdds file
Replies: 2
Views: 25222

Re: Output file with same name produces corrupted sdds file

The elegant manual recommends a different suffix for each kinds of output. In the above case I didn't follow the recommendation for trajectory_output (which I forgot): http://www.aps.anl.gov/Accelerator_Systems_Division/Operations_Analysis/manuals/elegant_ver19.0/node23.html trajectory_output -- The...
by LouisEmery
19 Jun 2008, 10:53
Forum: General
Topic: Output file with same name produces corrupted sdds file
Replies: 2
Views: 25222

Output file with same name produces corrupted sdds file

I came across a way (e.g. user error) to corrupt an output file by accidentally using the same file name for two output data: &closed_orbit output="%s.clo" ... &end &correct mode = "orbit", method = "global", trajectory_output = "%s.clo" ... &end The output file ending in .clo turned out to be a cor...