IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 4:12:22 PM (19 years ago)
Author:
jhoblitt
Message:

add -definebyquery -pretend option

File:
1 edited

Legend:

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

    r10440 r10672  
    129129    psMetadataAddStr(definebyqueryArgs, PS_LIST_TAIL, "-set_use_end",  0,
    130130            "end of detrend run applicable peroid", NULL);
     131    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-pretend",  0,
     132            "print the exposures that would be included in the detrend run and exit", false);
    131133    psMetadataAddBool(definebyqueryArgs, PS_LIST_TAIL, "-simple",  0,
    132134            "use the simple output format", false);
Note: See TracChangeset for help on using the changeset viewer.