Skip to content
Snippets Groups Projects
Select Git revision
  • 5f0c53d5d6d712da01f6fdf53ea9d2494f013535
  • 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

multipole_soleil_fullquad.dat

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    lifetime.plt 637 B
    ps = 1; eps = 1;
    
    if (!ps) set terminal x11;
    if (ps && !eps) set terminal postscript enhanced color solid lw 2 "Times-Roman" 25;
    if (ps && eps) set terminal postscript enhanced color solid lw 2 "Times-Roman" 25;
    #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 "lifetimes.ps"
    set title "Touschek lifetime vs. CPMU vertical half gap";
    set xlabel "half gap size [mm]";
    set ylabel "{/Symbol t} (hrs)";
    #set yrange [0:];
    
    plot "lifetimes.dat" using 1:2 notitle with linespoints lw 2 pointsize 3 lc rgb "red";
    
    
    if (!ps) pause -1;