IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 10, 2008, 10:32:59 AM (18 years ago)
Author:
eugene
Message:

updates from current HEAD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/src/warptool.c

    r18942 r19003  
    916916
    917917    psMetadata *where = psMetadataAlloc();
    918     PXOPT_COPY_S64(config->args, where, "-warp_id",    "warp_id", "==");
    919     PXOPT_COPY_STR(config->args, where, "-skycell_id", "skycell_id", "==");
    920     PXOPT_COPY_STR(config->args, where, "-tess_id",    "tess_id", "==");
    921     PXOPT_COPY_S64(config->args, where, "-exp_id",     "exp_id", "==");
    922     PXOPT_COPY_S64(config->args, where, "-fake_id",    "fake_id", "==");
     918    PXOPT_COPY_S64(config->args, where, "-warp_id",    "warpSkyfile.warp_id", "==");
     919    PXOPT_COPY_STR(config->args, where, "-skycell_id", "warpSkyfile.skycell_id", "==");
     920    PXOPT_COPY_STR(config->args, where, "-tess_id",    "warpSkyfile.tess_id", "==");
     921    PXOPT_COPY_S64(config->args, where, "-exp_id",     "rawExp.exp_id", "==");
     922    PXOPT_COPY_STR(config->args, where, "-exp_name",   "rawExp.exp_name", "==");
     923    PXOPT_COPY_S64(config->args, where, "-fake_id",    "fakeRun.fake_id", "==");
    923924
    924925    PXOPT_LOOKUP_U64(limit, config->args, "-limit", false, false);
     
    933934
    934935    if (psListLength(where->list)) {
    935         psString whereClause = psDBGenerateWhereConditionSQL(where, "warpSkyfile");
     936        psString whereClause = psDBGenerateWhereConditionSQL(where, NULL);
    936937        psStringAppend(&query, " AND %s", whereClause);
    937938        psFree(whereClause);
Note: See TracChangeset for help on using the changeset viewer.