IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2012, 4:41:42 PM (14 years ago)
Author:
mhuber
Message:

fixed table names from staticskyX to skycalX in revertskycal

File:
1 edited

Legend:

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

    r34081 r34155  
    14471447
    14481448    psMetadata *where = psMetadataAlloc();
    1449     PXOPT_COPY_S64(config->args, where, "-skycal_id", "staticskyResult.sky_id", "==");
    1450     pxAddLabelSearchArgs(config, where, "-label", "staticskyRun.label", "==");
    1451     pxAddLabelSearchArgs(config, where, "-data_group", "staticskyRun.data_group", "==");
     1449    PXOPT_COPY_S64(config->args, where, "-skycal_id", "skycalResult.skycal_id", "==");
     1450    pxAddLabelSearchArgs(config, where, "-label", "skycalRun.label", "==");
     1451    pxAddLabelSearchArgs(config, where, "-data_group", "skycalRun.data_group", "==");
    14521452    pxAddLabelSearchArgs(config, where, "-filter", "stackRun.filter", "==");
    1453     PXOPT_COPY_S16(config->args, where, "-fault", "staticskyResult.fault", "==");
     1453    PXOPT_COPY_S16(config->args, where, "-fault", "skycalResult.fault", "==");
    14541454
    14551455    if (!psListLength(where->list) && !psMetadataLookupBool(NULL, config->args, "-all")) {
Note: See TracChangeset for help on using the changeset viewer.