Changeset 3927 in Sophya for trunk/AddOn/TAcq/svv2mtx2_1210.cc


Ignore:
Timestamp:
Dec 13, 2010, 6:26:06 PM (15 years ago)
Author:
cmv
Message:

add info, cmv 13/12/2010

File:
1 edited

Legend:

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

    r3926 r3927  
    3030    <<" -f freq0 : 1ere frequence en MHz"<<endl
    3131    <<" -T it1,it2 : numero (temps) des fichiers a traiter [it1,it2]"<<endl
    32     <<" -F if1,if2,ngrpfreq : numero des frequences [if1,if2] de [0,N[ a traiter et regroupement par ngrpfreq"<<endl;
     32    <<" -F if1,if2,ngrpfreq : numero des frequences [if1,if2] de [0,N[ a traiter et regroupement par ngrpfreq"<<endl
     33    <<"ATTENTION: lancer ce prog depuis le repertoire ou doivent etre ecrits les fichiers de visi"<<endl;
    3334}
    3435
     
    128129  int lpmod = nfile/10; if(lpmod<=0) lpmod=1;
    129130
    130   int ntimefill = 0, ntimebad = 0;
     131  int_4 ntimefill = 0, ntimebad = 0;
    131132  for(int ifile=ifilmin; ifile<=ifilmax; ifile++) {
    132133
     
    235236  MVisi.Info()["ifilmin"] = ifilmin;
    236237  MVisi.Info()["ifilmax"] = ifilmax;
     238  MVisi.Info()["ntimefill"] = ntimefill;
     239  MVisi.Info()["ntimebad"] = ntimebad;
    237240
    238241  // --- writing visibility matrix to file
Note: See TracChangeset for help on using the changeset viewer.