Hi Michael,
I was curious: I wanted to scan through the bend angles of a 4 bend chicane and plot the {x,x'} phase space at the exit of bend3 (I have a "watch" file at the exit of bend3) for each configuration.
I am using the "vary_element" option in the *.ele file to scan through the 4 bend's bending angles.
I was wondering on how I could go about plotting the bend3 transverse phase space at the end of each vary_element iteration?
Thank you in advance!
Vary_Element & Sddsplot?
Moderators: cyao, michael_borland
-
- Posts: 2008
- Joined: 19 May 2008, 09:33
- Location: Argonne National Laboratory
- Contact:
Re: Vary_Element & Sddsplot?
I suggest trying
The data for each page (corresponding to each step of the simulation) will appear on separate pages of the plot. You can use the menus or hot keys (described in the help menu) to navigate between pages.
--Michael
Code: Select all
sddsplot -split=page -separate=page -same -graph=dot -column=x,xp watch.sdds
--Michael
Re: Vary_Element & Sddsplot?
Awesome Michael! Thank you again for all your help and super speedy replies!