Changeset 551


Ignore:
Timestamp:
Oct 5, 2011, 10:45:18 AM (13 years ago)
Author:
campagne
Message:

Usage (jec)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BAORadio/AmasNancay/trunk/mergeRawOnOff.cc

    r547 r551  
    371371  int ka=1;
    372372  while (ka<(narg-1)) {
    373     if (strcmp(arg[ka],"-debug")==0) {
     373    if (strcmp(arg[ka],"-h")==0) {
     374      cout << "Usage:  -act [meanDiffOnOff]|medianDiffOnOff\n"
     375           << " -src [Abell85]\n -inPath [.]|<top_root_dir of the ppf file>\n"
     376           << " (ex. /sps/baoradio/AmasNancay/JEC/\n "
     377           << " -outPath [.]|<dir of the output> \n"
     378           << " -nSliceInFreq [32]|<number of bin in freq. to cumulate>\n"
     379           << " -ppfFile <generic name of the input ppf files> (ex. diffOnOffRaw)"
     380           << " -debug <level> "
     381           << endl;
     382      return 0;
     383    }
     384    else if (strcmp(arg[ka],"-debug")==0) {
    374385      debuglev=arg[ka+1];
    375386      ka+=2;
Note: See TracChangeset for help on using the changeset viewer.