IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34166 for trunk/ippTools/src


Ignore:
Timestamp:
Jul 15, 2012, 3:35:15 PM (14 years ago)
Author:
mhuber
Message:

fixing skycalupdate

File:
1 edited

Legend:

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

    r34155 r34166  
    11481148
    11491149    psMetadata *where = psMetadataAlloc();
    1150     PXOPT_COPY_S64(config->args, where, "-sky_id",  "sky_id",   "==");
     1150    PXOPT_COPY_S64(config->args, where, "-skycal_id",  "skycal_id",   "==");
    11511151    PXOPT_COPY_STR(config->args, where, "-label",   "label",    "==");
    11521152    PXOPT_COPY_STR(config->args, where, "-state",   "state",    "==");
     
    11601160
    11611161    // pxUpdateRun gets parameters from config->args and updates
    1162     bool result = pxUpdateRun(config, where, &query, "staticskyRun", "sky_id", "staticskyResult", true, false);
     1162    bool result = pxUpdateRun(config, where, &query, "skycalRun", "skycal_id", "skycalResult", true, false);
    11631163    psFree(query);
    11641164    psFree(where);
Note: See TracChangeset for help on using the changeset viewer.