Skip to content
Snippets Groups Projects
Select Git revision
  • 3e2b1d8c080374303e0101c622735e9be5edfbb1
  • stable default protected
  • develop protected
  • feature-particle-in-cell
  • feature-quad_wakes_LongRangeResistiveWall
  • Resisitve_wall_eff_radius_yokoya
  • feature-iqdamper0
  • feature-feedback-IQ-damper0
  • 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
26 results

CODEOWNERS

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    linlat1.plt 733 B
    ps = 0; eps = 1;
    
    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 "linlat_1.ps"
    set title "Beta Functions";
    set xlabel "s [m]";
    set ylabel "[m]";
    set y2range [-1.5:20];
    plot "linlat1.dat" using 1:6 title "{/Symbol b}_x" with lines 1, \
         "linlat1.dat" using 1:11 title "{/Symbol b}_y" with lines 2;
    if (!ps) pause -1;
    
    if (ps) set output "linlat_2.ps"
    set title "Dispersion";
    set xlabel "s [m]";
    set ylabel "Eta [m]";
    set y2range [-1.5:20];
    plot "linlat1.dat" using 1:8 title "{/Symbol h}_x" with lines 1, \
         "linlat1.dat" using 1:13 title "{/Symbol h}_y" with lines 2;
    if (!ps) pause -1;