Changeset 3927 in Sophya for trunk/AddOn


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

add info, cmv 13/12/2010

Location:
trunk/AddOn/TAcq
Files:
2 edited

Legend:

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

    r3926 r3927  
    9797  for(uint_4 i=0;i<vcode.size();i++) {
    9898    char str[128];
    99     sprintf(str,"svv2mtx2_1210 -T 0,99999 -F 0,9999,1 -f %.7f",freq0);
     99    sprintf(str,"${EXE}/svv2mtx2_1210 -T 0,99999 -F 0,9999,1 -f %.7f",freq0);
    100100    string argu = str;
    101101    uint_4 ip = IVcode(i);
  • 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.