Changeset 21019
- Timestamp:
- Dec 16, 2008, 3:34:42 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r20976 r21019 944 944 PXOPT_COPY_S64(config->args, expWhere, "-exp_id", "exp_id", "=="); 945 945 PXOPT_COPY_S64(config->args, warpWhere, "-warp_id", "warpRun.warp_id", "=="); 946 PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warp Run.skycell_id", "==");946 PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warpSkyfile.skycell_id", "=="); 947 947 PXOPT_COPY_STR(config->args, warpWhere, "-tess_id", "warpRun.tess_id", "=="); 948 948 PXOPT_COPY_STR(config->args, warpWhere, "-filter", "rawExp.filter", "=="); … … 1061 1061 // Take the first warp for each exposure. 1062 1062 // The list is sorted by exposure id and warp_id and the warps are in descending 1063 // order. 1063 // order. 1064 1064 psS64 exp_id = psMetadataLookupS64(&mdok, row, "exp_id"); 1065 1065 if (!mdok) { … … 1127 1127 1128 1128 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 %" 1130 1130 PRId64 " need %" PRId64, num, skycell_count, warp_id); 1131 1131 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
