Ignore:
Timestamp:
Oct 7, 2011, 1:42:23 PM (13 years ago)
Author:
campagne
Message:

generalise the process to download the files for final analysis (jec)

File:
1 edited

Legend:

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

    r553 r556  
    5151setaxelabels "Freq. (MHz)" "Sigma[(ON-OFF)[r,c]/Gain[r]] Rebin(${nFreqBin})" $defatt
    5252
     53######
    5354else
     55######
    5456
    5557openppf medianDiffOnOffRaw_${source}-${ncycles}Cycles.ppf
     
    9395
    9496##Normalized General Median
    95 del s0 s1
    96 objaoper medianNorm row 0 s0
    97 objaoper medianNorm row 1 s1
     97del ngms0 ngms1
     98objaoper medianNorm row 0 ngms0
     99objaoper medianNorm row 1 ngms1
    98100graphicatt "xylimits=1250,1500,-2,2"
    99101newwin 1 1
    100 plot2d s0 (n/8192)*250+1250 val n>0 "cpts blue nsta notit"
    101 plot2d s1 (n/8192)*250+1250 val n>0 "same cpts red nsta notit"
     102plot2d ngms0 (n/8192)*250+1250 val n>0 "cpts blue nsta notit"
     103plot2d ngms1 (n/8192)*250+1250 val n>0 "same cpts red nsta notit"
    102104settitle "$source (${ncycles} cycles) Ch 0 (blue) Ch 1 (red)" ' ' $defatt
    103105setaxelabels "Freq. (MHz)" "Norm Median[(ON-OFF)[r,c]/Gain[r]]"  $defatt
    104106
     107del prod
     108c++exec TVector<r_4>prod(ngms0.NElts(),BaseArray::RowVector); prod=ngms0&&ngms1;KeepObj(prod);
     109newwin 1 1
     110plot2d prod (n/8192)*250+1250 val n>0 "cpts blue nsta notit"
     111settitle "$source (${ncycles} cycles)" ' ' $defatt
     112setaxelabels "Freq. (MHz)" "Product Norm Median[(ON-OFF)[r,c]/Gain[r]]"  $defatt
    105113 
    106114
Note: See TracChangeset for help on using the changeset viewer.