Changeset 3927 in Sophya for trunk/AddOn/TAcq
- Timestamp:
- Dec 13, 2010, 6:26:06 PM (15 years ago)
- Location:
- trunk/AddOn/TAcq
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/chanum_1210.cc
r3926 r3927 97 97 for(uint_4 i=0;i<vcode.size();i++) { 98 98 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); 100 100 string argu = str; 101 101 uint_4 ip = IVcode(i); -
trunk/AddOn/TAcq/svv2mtx2_1210.cc
r3926 r3927 30 30 <<" -f freq0 : 1ere frequence en MHz"<<endl 31 31 <<" -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; 33 34 } 34 35 … … 128 129 int lpmod = nfile/10; if(lpmod<=0) lpmod=1; 129 130 130 int ntimefill = 0, ntimebad = 0;131 int_4 ntimefill = 0, ntimebad = 0; 131 132 for(int ifile=ifilmin; ifile<=ifilmax; ifile++) { 132 133 … … 235 236 MVisi.Info()["ifilmin"] = ifilmin; 236 237 MVisi.Info()["ifilmax"] = ifilmax; 238 MVisi.Info()["ntimefill"] = ntimefill; 239 MVisi.Info()["ntimebad"] = ntimebad; 237 240 238 241 // --- writing visibility matrix to file
Note:
See TracChangeset
for help on using the changeset viewer.