IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 26, 2007, 3:21:43 PM (19 years ago)
Author:
jhoblitt
Message:

add dettool -orphanrun

File:
1 edited

Legend:

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

    r12058 r12065  
    108108    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-use_end",  0,
    109109            "end of detrend run applicable peroid", NULL);
     110    psMetadataAddStr(definebytagArgs, PS_LIST_TAIL, "-label",  0,
     111            "define detrun label", NULL);
    110112    psMetadataAddBool(definebytagArgs, PS_LIST_TAIL, "-simple",  0,
    111113            "use the simple output format", false);
     
    240242            "use the simple output format", false);
    241243
     244    // -orphanrun
     245    psMetadata *orphanrunArgs = psMetadataAlloc();
     246    psMetadataAddStr(orphanrunArgs, PS_LIST_TAIL, "-det_type",  0,
     247            "search for type of detrend run", NULL);
     248    psMetadataAddBool(orphanrunArgs, PS_LIST_TAIL, "-simple",  0,
     249            "use the simple output format", false);
     250
    242251    // -input
    243252    psMetadata *inputArgs = psMetadataAlloc();
     
    787796    PXTOOL_MODE("-raw",             DETTOOL_MODE_RAW,           rawArgs);
    788797    PXTOOL_MODE("-runs",            DETTOOL_MODE_RUNS,          runsArgs);
     798    PXTOOL_MODE("-orphanrun",       DETTOOL_MODE_ORPHANRUN ,    orphanrunArgs);
    789799    PXTOOL_MODE("-input",           DETTOOL_MODE_INPUT,         inputArgs);
    790800    PXTOOL_MODE("-toprocessedimfile", DETTOOL_MODE_TOPROCESSEDIMFILE, toprocessedimfileArgs);
Note: See TracChangeset for help on using the changeset viewer.