IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2008, 1:46:53 PM (18 years ago)
Author:
bills
Message:

undo last change for a more flexible solution. Add -code to the list of
parameters and let the user ask for unfaulted ones if desired.

File:
1 edited

Legend:

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

    r19694 r19752  
    543543    PXOPT_COPY_STR(config->args, where, "-skycell_id", "diffSkyfile.skycell_id", "==");
    544544    PXOPT_COPY_STR(config->args, where, "-tess_id", "diffSkyfile.tess_id", "==");
     545    PXOPT_COPY_S16(config->args, where, "-code", "diffSkyfile.fault", "==");
    545546    PXOPT_COPY_S64(config->args, where, "-exp_id", "rawExp.exp_id", "==");
    546547    PXOPT_COPY_STR(config->args, where, "-exp_name", "rawExp.exp_name", "==");
     
    557558    if (psListLength(where->list)) {
    558559        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    559         psStringAppend(&query, " AND %s", whereClause);
     560        psStringAppend(&query, " WHERE %s", whereClause);
    560561        psFree(whereClause);
    561562    }
Note: See TracChangeset for help on using the changeset viewer.