Changeset 20684 for trunk/ippTools/src/difftool.c
- Timestamp:
- Nov 10, 2008, 8:27:16 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippTools/src/difftool.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/src/difftool.c
r20683 r20684 939 939 psMetadata *stackWhere = psMetadataAlloc(); 940 940 941 PXOPT_COPY_S64(config->args, warpWhere, "-warp_id", "warp sToDiff.warp_id", "==");942 PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warp sToDiff.skycell_id", "==");943 PXOPT_COPY_STR(config->args, warpWhere, "-tess_id", "warp sToDiff.tess_id", "==");944 PXOPT_COPY_STR(config->args, warpWhere, "-filter", " warpsToDiff.filter", "==");945 PXOPT_COPY_STR(config->args, warpWhere, "-warp_label", "warp sToDiff.warp_label", "==");941 PXOPT_COPY_S64(config->args, warpWhere, "-warp_id", "warpRun.warp_id", "=="); 942 PXOPT_COPY_STR(config->args, warpWhere, "-skycell_id", "warpRun.skycell_id", "=="); 943 PXOPT_COPY_STR(config->args, warpWhere, "-tess_id", "warpRun.tess_id", "=="); 944 PXOPT_COPY_STR(config->args, warpWhere, "-filter", "rawExp.filter", "=="); 945 PXOPT_COPY_STR(config->args, warpWhere, "-warp_label", "warpRun.label", "=="); 946 946 PXOPT_COPY_STR(config->args, warpWhere, "-kind", "warpsToDiff.kind", "=="); 947 PXOPT_COPY_F32(config->args, warpWhere, "-good_frac", "warp sToDiff.good_frac", ">=");948 PXOPT_COPY_STR(config->args, stackWhere, "-stack_label", "stack sForDiff.stack_label", "==");947 PXOPT_COPY_F32(config->args, warpWhere, "-good_frac", "warpSkyfile.good_frac", ">="); 948 PXOPT_COPY_STR(config->args, stackWhere, "-stack_label", "stackRun.label", "=="); 949 949 950 950 PXOPT_LOOKUP_STR(workdir, config->args, "-workdir", true, false); // required options … … 991 991 psFree(stackWhere); 992 992 993 if (!p_psDBRunQuery(config->dbh, query, warpWhere, stackWhere)) { 993 psTrace("difftool", 1, query, warpQuery, stackQuery); 994 995 if (!p_psDBRunQuery(config->dbh, query, warpQuery, stackQuery)) { 994 996 psError(PS_ERR_UNKNOWN, false, "database error"); 995 997 psFree(query); … … 1046 1048 } 1047 1049 1048 if (!populatedrun(list, workdir, skycell_id, tess_id, label, reduction, warp_id, PS_MAX_S64, PS_MAX_S64,1049 stack_id, config)) {1050 if (!populatedrun(list, workdir, skycell_id, tess_id, label, reduction, warp_id, 1051 PS_MAX_S64, PS_MAX_S64, stack_id, config)) { 1050 1052 psWarning("Unable to add run for %s,%s,%" PRId64 ",%" PRId64, skycell_id, tess_id, 1051 1053 warp_id, stack_id);
Note:
See TracChangeset
for help on using the changeset viewer.
