Changeset 3716 in Sophya for trunk


Ignore:
Timestamp:
Dec 14, 2009, 10:38:47 PM (16 years ago)
Author:
cmv
Message:

add a print to know what is finally the reference timetag, cmv 14/12/2009

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/AddOn/TAcq/svv2mtx2.cc

    r3715 r3716  
    9595
    9696    Ttag(ifile-ifilmin) = (double)vismtx.Info()["MeanTT"]/125.e6;
     97    if(ifile==ifilmin) cout<<"Reference TimeTag is "<<vismtx.Info()["MeanTT"]<<" = "<< Ttag(0)<<" sec"<<endl;
    9798    uint_4 nmean = vismtx.Info()["NPAQSUM"];
    9899    Npaqsum(ifile-ifilmin) = (int_4)nmean;
Note: See TracChangeset for help on using the changeset viewer.