Ignore:
Timestamp:
Nov 28, 2011, 10:04:36 AM (13 years ago)
Author:
torrento
Message:

Add pic analysis files and emptydir function for proc_specmfib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/plotRawDiffOnOff.pic

    r610 r611  
    33set ncycles $2
    44
    5 c++compile meanSigSum
    6 c++link    meanSigSum.so meanSigSum
     5#c++compile meanSigSum
     6#c++link    meanSigSum.so meanSigSum
    77
    88set defatt "font=helvetica,bold,20 fixedfonsize"
     
    2020nbins1420 = floor((${f1420high}-${f1420low})/250*8192)
    2121
    22 
    23 openppf rawOnOffDiff_${source}-${ncycles}Cycles.ppf
     22set path "/sps/baoradio/AmasNancay/AST"
     23openppf ${path}/rawOnOffDiff_${source}-${ncycles}Cycles.ppf
    2424
    2525
     
    226226n/pl onoffevol.(onRaw0f14101415-offRaw0f14101415)%cycle ! ! "blue cpts notit nsta"
    227227n/pl onoffevol.(onRaw1f14101415-offRaw1f14101415)%cycle ! ! "same red cpts notit nsta"
    228 settitle "Raw (OFF-ON)/OFF  ${source} Ch 0 (blue) Ch 1 (red) ${ncycles}cycles " ' ' $defatt
     228settitle "Raw (ON-OFF)/OFF  ${source} Ch 0 (blue) Ch 1 (red) ${ncycles}cycles " ' ' $defatt
    229229setaxelabels "cycle" "DI [1410,1415]MHz Raw (a.u)" $axedefatt
    230230
     
    301301plot2d s0 (n/8192)*250+1250 val n>0 "cpts blue notit nsta"
    302302plot2d s1 (n/8192)*250+1250 val n>0 "same cpts red notit nsta"
    303 settitle "Raw (ON-OFF)/OFF ${source} ${ncycles} cycles, Ch 0 (blue) Ch 1 (red)"
     303settitle "plot Raw (ON-OFF)/OFF ${source} ${ncycles} cycles, Ch 0 (blue) Ch 1 (red)"
    304304setaxelabels "Freq. (MHz)" "I (a.u)"
    305305
Note: See TracChangeset for help on using the changeset viewer.