IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2006, 11:30:28 AM (20 years ago)
Author:
jhoblitt
Message:

implement -detrunsummary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettoolConfig.c

    r10223 r10227  
    545545    psMetadata *detrunsummaryArgs = psMetadataAlloc();
    546546    psMetadataAddStr(detrunsummaryArgs, PS_LIST_TAIL, "-det_id",  0,
    547         "search for detrend ID", NULL);
     547            "search for detrend ID", NULL);
    548548    psMetadataAddS32(detrunsummaryArgs, PS_LIST_TAIL, "-iteration",  0,
    549         "search for iteration number", 0);
     549            "search for iteration number", 0);
     550    psMetadataAddBool(detrunsummaryArgs, PS_LIST_TAIL, "-simple",  0,
     551            "use the simple output format", false);
    550552
    551553    // -updatedetrun
Note: See TracChangeset for help on using the changeset viewer.