IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 28, 2007, 3:09:28 PM (19 years ago)
Author:
jhoblitt
Message:

fix -define... label handling

File:
1 edited

Legend:

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

    r12066 r12118  
    185185    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend",  0,
    186186            "print the exposures that would be included in the detrend run and exit", false);
     187    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-label",  0,
     188            "define detrun label", NULL);
    187189    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple",  0,
    188190            "use the simple output format", false);
     
    232234    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0,
    233235            "filter input detrun exp to be in this peroid", NULL);
     236    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_label",  0,
     237            "define detrun label", NULL);
    234238    psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0,
    235239            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.