IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23499 for trunk/ippTools


Ignore:
Timestamp:
Mar 24, 2009, 11:52:45 AM (17 years ago)
Author:
bills
Message:

add -exp_id_begin and -exp_id_end to the select paramters for -revertprocessedimfile

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r23392 r23499  
    958958    PXOPT_COPY_S64(config->args, where,  "-exp_id",       "exp_id", "==");
    959959    PXOPT_COPY_S16(config->args, where,  "-code",         "fault", "==");
     960    PXOPT_COPY_S64(config->args, where,  "-exp_id_begin", "minimum exp_id", ">=");
     961    PXOPT_COPY_S64(config->args, where,  "-exp_id_end", "maximum exp_id", "<=");
    960962
    961963    psString query = pxDataGet("regtool_revertprocessedexp.sql");
  • trunk/ippTools/src/regtoolConfig.c

    r23310 r23499  
    139139    ADD_OPT(Str, revertprocessedimfileArgs, "-class_id",      "search by class ID", NULL);
    140140    ADD_OPT(S16, revertprocessedimfileArgs, "-code",          "search by fault code", 0);
     141    ADD_OPT(S64, revertprocessedimfileArgs, "-exp_id_begin",  "search by exposure ID", 0);
     142    ADD_OPT(S64, revertprocessedimfileArgs, "-exp_id_end",    "search by exposure ID", 0);
    141143
    142144    // -updateprocessedimfile
Note: See TracChangeset for help on using the changeset viewer.