Changeset 3776 in Sophya for trunk/AddOn/TAcq/branap.cc
- Timestamp:
- May 18, 2010, 10:22:10 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/branap.cc
r3774 r3776 26 26 npaqinzone_=npaqz; 27 27 prtlevel_=0; 28 nbcalgrp_=1; 28 29 nthreads_=1; 29 30 } … … 75 76 ka+=2; 76 77 } 78 else if (strcmp(arg[ka],"-nvcal")==0) { 79 nbcalgrp_=atoi(arg[ka+1]); 80 ka+=2; 81 } 77 82 else if (strcmp(arg[ka],"-in")==0) { 78 83 if ((narg-ka)<4) { … … 114 119 cout << " Usage: prgname [-act ACT] [-out OutPath] [-nmean NMean] [-zones NZones,nPaqinZone] \n" 115 120 << " [-nbloc NBloc] [-freq NumFreqMin,NumFreqMax,NBinFreq] \n" 116 << " [-prtlev lev] [-n thr n] \n"121 << " [-prtlev lev] [-nvcal n] [-nthr n] \n" 117 122 << " -in Imin,Imax,Istep InPath FiberList [InPath2 FiberList2 InPath3 FiberList3 ...] \n" << endl; 118 123 if (fgshort) { … … 130 135 << " -freq NumFreqMin,NumFreqMax,NBinFreq : Frequency zone and number of bins \n" 131 136 << " -prtlev lev : Print level (0,1,2...) \n" 132 << " -nthr n : number of threads for parallel execution (default=1) \n" 137 << " -nvcal n : number of BRVisibilityCalculator objects running in parallel in BRVisCalcGroup (default=1) \n" 138 << " -nthr n : number of threads for parallel execution in BRVisibilityCalculator (default=1) \n" 133 139 << " -in : input files/directory definition : \n" 134 140 << " Imin,Imax,Istep: fits files signalII.fits Imin<=II<=Imax Istep=increment \n" … … 159 165 cout << " PaqSize=" << paqsize_ << " - NZones=" << nzones_ << " NPaqZone=" << npaqinzone_ 160 166 << " PrtLevel=" << prtlevel_ << endl; 167 cout << " NbVisibCalculator in Group: " << nbcalgrp_ << " with N//threads: " << nthreads_ << endl; 168 169 161 170 return os; 162 171 }
Note:
See TracChangeset
for help on using the changeset viewer.