Changeset 3724 in Sophya for trunk/AddOn/TAcq/branap.cc
- Timestamp:
- Dec 29, 2009, 12:34:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AddOn/TAcq/branap.cc
r3707 r3724 26 26 npaqinzone_=npaqz; 27 27 prtlevel_=0; 28 nthreads_=1; 28 29 } 29 30 … … 70 71 ka+=2; 71 72 } 73 else if (strcmp(arg[ka],"-nthr")==0) { 74 nthreads_=atoi(arg[ka+1]); 75 ka+=2; 76 } 72 77 else if (strcmp(arg[ka],"-in")==0) { 73 78 if ((narg-ka)<4) { … … 108 113 cout << " --- BRAnaParam : Reading/Processing BAORadio FITS files parameters " << endl; 109 114 cout << " Usage: prgname [-act ACT] [-out OutPath] [-nmean NMean] [-zones NZones,nPaqinZone] \n" 110 << " [-nbloc NBloc] [-freq NumFreqMin,NumFreqMax,NBinFreq] [-prtlev lev] \n" 115 << " [-nbloc NBloc] [-freq NumFreqMin,NumFreqMax,NBinFreq] \n" 116 << " [-prtlev lev] [-nthr n] \n" 111 117 << " -in Imin,Imax,Istep InPath FiberList [InPath2 FiberList2 InPath3 FiberList3 ...] \n" << endl; 112 118 if (fgshort) { … … 123 129 << " -freq NumFreqMin,NumFreqMax,NBinFreq : Frequency zone and number of bins \n" 124 130 << " -prtlev lev : Print level (0,1,2...) \n" 131 << " -nthr n : number of threads for parallel execution (default=1) \n" 125 132 << " -in : input files/directory definition : \n" 126 133 << " Imin,Imax,Istep: fits files signalII.fits Imin<=II<=Imax Istep=increment \n"
Note:
See TracChangeset
for help on using the changeset viewer.