Skip to content
Snippets Groups Projects
Select Git revision
  • 6a060abf5504651ea0ffddd00bd00fe3fc928297
  • develop default protected
  • syntax-typehints
  • feature-ibs-suggestions-from-salah
  • feature-ExponentialDumper-bugfix
  • Resisitve_wall_eff_radius_yokoya
  • feature-feedback-IQ-damper0
  • 18-synchrotron-object-string-representation
  • stable protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • feature-iqdamper0
  • feature-read_wakis
  • use-one-bin
  • RF-FBv0.6
  • RF-FBv0.5
  • faster_pytorch
  • RF-FB
  • util
  • RFBucket
  • Long-range_wakepotential
  • 0.9.0
  • 0.8.0
  • 0.7.0
  • 0.6.0
  • 0.5.0
  • 0.4
  • 0.3
  • 0.2
  • 0.1
30 results

mbtrack2.doctree

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    fft.plt 908 B
    ps = 0; eps = 0;
    
    if (!ps) set terminal x11;
    if (ps && !eps) set terminal postscript enhanced color solid;
    if (ps && eps) set terminal postscript eps enhanced color solid;
    
    set grid;
    
    if (ps) set output "fft_1.ps"
    set title "FFT of J_x";
    set xlabel "{/Symbol n}_x";
    set ylabel "A_x";
    plot "track.out.fft" using 1:2 notitle with impulses 2;
    if (!ps) pause -1;
    
    if (ps) set output "fft_2.ps"
    set title "FFT of J_y";
    set xlabel "{/Symbol n}_y";
    set ylabel "A_y";
    plot "track.out.fft" using 1:4 notitle with impulses 2;
    if (!ps) pause -1;
    
    if (ps) set output "fft_3.ps"
    set title "FFT of  {/Symbol p}_y";
    set xlabel "{/Symbol n}_x";
    set ylabel "A_x";
    plot "track.out.fft" using 1:3 notitle with impulses 2;
    if (!ps) pause -1;
    
    if (ps) set output "fft_3.ps"
    set title "FFT of {/Symbol p}_y";
    set xlabel "{/Symbol n}_y";
    set ylabel "A_y";
    plot "track.out.fft" using 1:5 notitle with impulses 2;
    if (!ps) pause -1;