IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36609


Ignore:
Timestamp:
Mar 20, 2014, 11:13:55 AM (12 years ago)
Author:
bills
Message:

fix bug in fftool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/ippTools/src/fftool.c

    r36601 r36609  
    173173    psString joinHook = NULL;
    174174    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");
    176176        psStringAppend(&joinHook, "\n %s\nAND fullForceRun.label = '%s'", where, label);
    177177        psStringAppend(&select, "\nAND ff_id IS NULL");
     
    497497    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
    498498    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", "==");
    500500    pxskycellAddWhere(config, where);
    501501
Note: See TracChangeset for help on using the changeset viewer.