IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34171


Ignore:
Timestamp:
Jul 15, 2012, 7:37:51 PM (14 years ago)
Author:
mhuber
Message:

merge another fix for updateskycalrun

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20120626/ippTools/src/staticskytool.c

    r34169 r34171  
    11441144static bool updateskycalrunMode(pxConfig *config)
    11451145{
    1146 #ifdef notyet
    11471146    PS_ASSERT_PTR_NON_NULL(config, false);
    11481147
     
    11651164
    11661165    return result;
    1167 #endif
    1168     return false;
    1169 }
     1166}
     1167
    11701168static bool pendingskycalrunMode(pxConfig *config)
    11711169{
     
    13701368    PXOPT_COPY_S64(config->args, where, "-skycal_id",  "skycalRun.skycal_id", "==");
    13711369    PXOPT_COPY_S64(config->args, where, "-sky_id",     "skycalRun.sky_id", "==");
    1372     PXOPT_COPY_S64(config->args, where, "-stack_id",   "skycalRun.stack_id", "==");
     1370    PXOPT_COPY_S64(config->args, where, "-stack_id",   "stackRun.stack_id", "==");
    13731371    PXOPT_COPY_STR(config->args, where, "-tess_id",    "stackRun.tess_id", "LIKE");
    13741372    PXOPT_COPY_STR(config->args, where, "-skycell_id", "stackRun.skycell_id", "LIKE");
Note: See TracChangeset for help on using the changeset viewer.