Changeset 2050 in Sophya for trunk/ArchTOIPipe/TestPipes/aksj02.cc
- Timestamp:
- Jun 10, 2002, 4:23:56 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ArchTOIPipe/TestPipes/aksj02.cc
r2047 r2050 44 44 << " [-soff2 wsz,nptfit,degpol] [-soff2nt PPFName] \n" 45 45 << " [-bgal toiname] [-bgalfile pointFitsName] [-bgalnf N]\n" 46 << " [-bgal toiname] [-bgalfile pointFitsName] \n"47 46 << " [-bgalcut bmin,bmax] [-bgal2cut bmin,bmax] \n" 48 47 << " [-gfilt wsz,sigma] \n" … … 74 73 << " -wrtms : Write mean/sigma TOI's from cleaner \n" 75 74 << " -wrtifo : Write incopie flagged TOI's from cleaner/ offset from SimpleOffsetEstimator \n" 76 << " - prstat :PrintStat with ProcSampleCounter \n"75 << " -noprstat : DO NOT PrintStat with ProcSampleCounter \n" 77 76 << " -useseqbuff : Use TOISeqBuffered TOI's (default: TOISegmented) \n" 78 77 << endl; … … 90 89 bool fgsetstart = false; 91 90 92 bool fgprstat = false;91 bool fgprstat = true; 93 92 bool fgsegmented = true; 94 93 … … 250 249 251 250 else if (strcmp(arg[ia],"-prstat") == 0) fgprstat = true; 251 else if (strcmp(arg[ia],"-noprstat") == 0) fgprstat = false; 252 252 else if (strcmp(arg[ia],"-useseqbuff") == 0) fgsegmented = false; 253 253
Note:
See TracChangeset
for help on using the changeset viewer.