IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2007, 2:33:47 PM (19 years ago)
Author:
eugene
Message:

adding option to processedimfile to select on state and mode (default is run / master)

File:
1 edited

Legend:

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

    r13723 r13849  
    356356    psMetadataAddStr(processedimfileArgs, PS_LIST_TAIL, "-class_id",  0,
    357357            "search for class ID", NULL);
     358    psMetadataAddStr(processedimfileArgs, PS_LIST_TAIL, "-select_state",  0,
     359            "search for state", NULL);
     360    psMetadataAddStr(processedimfileArgs, PS_LIST_TAIL, "-select_mode",  0,
     361            "search for mode", NULL);
    358362    psMetadataAddBool(processedimfileArgs, PS_LIST_TAIL, "-chip",  0,
    359363            "restrict results to completed 'chip' sets", false);
Note: See TracChangeset for help on using the changeset viewer.