Changeset 36609
- Timestamp:
- Mar 20, 2014, 11:13:55 AM (12 years ago)
- File:
-
- 1 edited
-
tags/ipp-20140114/ippTools/src/fftool.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20140114/ippTools/src/fftool.c
r36601 r36609 173 173 psString joinHook = NULL; 174 174 if (!rerun) { 175 psStringAppend(&joinHook, "\nLEFT JOIN fullForceRun ON fullForceRun.skycal_id = fullForceRun.skycal_id");175 psStringAppend(&joinHook, "\nLEFT JOIN fullForceRun ON fullForceRun.skycal_id = skycalRun.skycal_id"); 176 176 psStringAppend(&joinHook, "\n %s\nAND fullForceRun.label = '%s'", where, label); 177 177 psStringAppend(&select, "\nAND ff_id IS NULL"); … … 497 497 PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE"); 498 498 PXOPT_COPY_STR(config->args, where, "-filter", "stackRun.filter", "LIKE"); 499 PXOPT_COPY_S16(config->args, where, "-fault", " staticskyResult.fault", "==");499 PXOPT_COPY_S16(config->args, where, "-fault", "fullForceResult.fault", "=="); 500 500 pxskycellAddWhere(config, where); 501 501
Note:
See TracChangeset
for help on using the changeset viewer.
