IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 21019


Ignore:
Timestamp:
Dec 16, 2008, 3:34:42 PM (17 years ago)
Author:
Paul Price
Message:

Fix table name.

File:
1 edited

Legend:

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

    r20976 r21019  
    944944    PXOPT_COPY_S64(config->args, expWhere, "-exp_id", "exp_id", "==");
    945945    PXOPT_COPY_S64(config->args, warpWhere, "-warp_id", "warpRun.warp_id", "==");
    946     PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warpRun.skycell_id", "==");
     946    PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warpSkyfile.skycell_id", "==");
    947947    PXOPT_COPY_STR(config->args, warpWhere, "-tess_id", "warpRun.tess_id", "==");
    948948    PXOPT_COPY_STR(config->args, warpWhere, "-filter", "rawExp.filter", "==");
     
    10611061        // Take the first warp for each exposure.
    10621062        // The list is sorted by exposure id and warp_id and the warps are in descending
    1063         // order. 
     1063        // order.
    10641064        psS64 exp_id = psMetadataLookupS64(&mdok, row, "exp_id");
    10651065        if (!mdok) {
     
    11271127
    11281128        if (!available && (num != skycell_count)) {
    1129             psTrace("difftool", PS_LOG_INFO, "%" PRId64 " skyfiles with stack found for warp_id %" 
     1129            psTrace("difftool", PS_LOG_INFO, "%" PRId64 " skyfiles with stack found for warp_id %"
    11301130                PRId64 " need %" PRId64, num, skycell_count, warp_id);
    11311131            continue;
Note: See TracChangeset for help on using the changeset viewer.