IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9966


Ignore:
Timestamp:
Nov 13, 2006, 3:17:17 PM (20 years ago)
Author:
jhoblitt
Message:

rename -definebydetrun -filter_exp_* -> -filter_input_*

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r9965 r9966  
    973973
    974974    {
    975         psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_begin");
    976         if (!status) {
    977             psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_begin");
     975        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_begin");
     976        if (!status) {
     977            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_begin");
    978978            return false;
    979979        }
     
    992992
    993993    {
    994         psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_exp_end");
    995         if (!status) {
    996             psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_exp_end");
     994        psString timeStr = psMetadataLookupStr(&status, config->args, "-filter_input_end");
     995        if (!status) {
     996            psError(PS_ERR_UNKNOWN, false, "failed to lookup value for -filter_input_end");
    997997            return false;
    998998        }
  • trunk/ippTools/src/dettoolConfig.c

    r9957 r9966  
    154154    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-set_use_end",  0,
    155155        "end of detrend run applicable peroid", NULL);
    156     psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_exp_begin", 0,
     156    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_begin", 0,
    157157        "filter input detrun exp to be in this peroid", NULL);
    158     psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_exp_end", 0,
     158    psMetadataAddStr(definebydetrunArgs, PS_LIST_TAIL, "-filter_input_end", 0,
    159159        "filter input detrun exp to be in this peroid", NULL);
    160     psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple",  0,
     160    psMetadataAddBool(definebydetrunArgs, PS_LIST_TAIL, "-simple", 0,
    161161            "use the simple output format", false);
    162162
Note: See TracChangeset for help on using the changeset viewer.