Skip to content
Snippets Groups Projects
Select Git revision
  • 66664f7de4a8c2b93dcb88097e694a96eb8c0c33
  • master default protected
  • compilation2022apr
  • ISEI_3_5_1
  • VERSION_3_9-alba
  • VERSION_3_9-Indus2
  • Jianfeng
  • VERSION-3_10
  • VERSION-3_9_1
  • VERSION-3_9_alba
  • VERSION-3_9_Indus2
  • VERSION-3_9
  • VERSION-3_8
  • VERSION-3_7
  • ISEI_3_5_1-PATCH_2
  • ISEI_3_5_1-PATCH_1
  • PROD_3_5_1
  • VERSION_3_6prerelease2
  • VERSION_3_6prerelease
  • VERSION-3_5
  • tracy
21 results

cod_rms.plt

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    cod_rms.plt 1.15 KiB
    ps = 0; eps = 0;
    
    if (!ps) set terminal x11;
    if (ps && !eps) \
      set terminal postscript enhanced color solid lw 2 "Times-Roman" 20;
    if (ps && eps) \
      set terminal postscript eps enhanced color solid lw 2 "Times-Roman" 20;
    
    set grid;
    
    set style line 1 lt 1 lw 1 lc rgb "blue";
    set style line 2 lt 1 lw 1 lc rgb "green";
    set style line 3 lt 1 lw 1 lc rgb "red";
    
    if (ps) set output "cod_rms_1.ps"
    set title "Horizontal RMS Orbit \n \
    ({/Symbol D}x_{rms}=100 {/Symbol m}m, {/Symbol D}y_{rms}=100 {/Symbol m}m)";
    set xlabel "s [m]"; set ylabel "[mm]";
    set yrange [-0.01:*];
    set y2range [-1.5:20];
    plot "cod_rms.out" using 3:4 axis x1y2 notitle with fsteps lt 1 lw 1 \
         lc rgb "black", \
         "cod_rms.out" using 3:5:5:7 notitle with errorbars ls 1;
    if (!ps) pause -1;
    
    if (ps) set output "cod_rms_2.ps"
    set title "Vertical RMS Orbit \n \
    ({/Symbol D}x_{rms}=100 {/Symbol m}m, {/Symbol D}y_{rms}=100 {/Symbol m}m)";
    set xlabel "s [m]"; set ylabel "[mm]";
    set yrange [-0.015:*];
    set y2range [-1.5:20];
    plot "cod_rms.out" using 3:4 axis x1y2 notitle with fsteps lt 1 lw 1 \
         lc rgb "black", \
         "cod_rms.out" using 3:8:8:10 notitle with errorbars ls 3;
    if (!ps) pause -1;