IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

File:
1 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");
Note: See TracChangeset for help on using the changeset viewer.