Ignore:
Timestamp:
Jun 10, 2002, 4:23:56 PM (23 years ago)
Author:
ansari
Message:

Modifs lecture multiple fichiers de pointage - Reza 10/6/2002

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ArchTOIPipe/TestPipes/aksj02.cc

    r2047 r2050  
    4444         << "         [-soff2 wsz,nptfit,degpol] [-soff2nt PPFName] \n"
    4545         << "         [-bgal toiname] [-bgalfile pointFitsName] [-bgalnf N]\n"
    46          << "         [-bgal toiname] [-bgalfile pointFitsName] \n"
    4746         << "         [-bgalcut bmin,bmax]  [-bgal2cut bmin,bmax] \n"
    4847         << "         [-gfilt wsz,sigma] \n"
     
    7473         << "   -wrtms : Write mean/sigma TOI's from cleaner \n"
    7574         << "   -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"
    7776         << "   -useseqbuff : Use TOISeqBuffered TOI's (default: TOISegmented) \n"
    7877         << endl;
     
    9089  bool fgsetstart = false;
    9190
    92   bool fgprstat = false;
     91  bool fgprstat = true;
    9392  bool fgsegmented = true;
    9493
     
    250249
    251250    else if (strcmp(arg[ia],"-prstat") == 0)  fgprstat = true;
     251    else if (strcmp(arg[ia],"-noprstat") == 0)  fgprstat = false;
    252252    else if (strcmp(arg[ia],"-useseqbuff") == 0)  fgsegmented = false;
    253253
Note: See TracChangeset for help on using the changeset viewer.