IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31205 for trunk/ippTools


Ignore:
Timestamp:
Apr 6, 2011, 2:17:10 PM (15 years ago)
Author:
bills
Message:

add -set_det_type option to dettool -updatedetrun

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r30877 r31205  
    13511351    }
    13521352
     1353    PXOPT_LOOKUP_STR(det_type, config->args, "-set_det_type", false, false);
     1354    if (det_type) {
     1355      updating = true;
     1356      PXOPT_COPY_STR(config->args,     values,       "-set_det_type", "det_type", "==");
     1357    }
     1358
    13531359
    13541360    // either -rerun or -state must be specified
  • trunk/ippTools/src/dettoolConfig.c

    r30877 r31205  
    848848    psMetadataAddBool(updatedetrunArgs, PS_LIST_TAIL, "-again",  0,            "start a new iteration of this detrend run", false);
    849849    psMetadataAddStr(updatedetrunArgs, PS_LIST_TAIL, "-state",  0,            "set the state of this detrend run", false);
     850    psMetadataAddStr(updatedetrunArgs, PS_LIST_TAIL, "-set_det_type", 0,          "set the det_type", NULL);
    850851    psMetadataAddTime(updatedetrunArgs, PS_LIST_TAIL, "-set_time_begin",  0,            "start of period to apply detrend too", NULL);
    851852    psMetadataAddTime(updatedetrunArgs, PS_LIST_TAIL, "-set_time_end",  0,            "end of period to apply detrend too", NULL);
Note: See TracChangeset for help on using the changeset viewer.