IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2012, 4:21:32 PM (14 years ago)
Author:
watersc1
Message:

It looks like everything is workign as designed. Next to automate via the task.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20120906/ippTools/src/stacktool.c

    r34772 r34780  
    17661766      psMetadata *values = psMetadataAlloc();
    17671767      PXOPT_COPY_S16(config->args, values, "-set_background_model", "background_model", "==");
    1768       long rows = psDBUpdateRows(config->dbh,"warpSkyfile", where, values);
     1768      long rows = psDBUpdateRows(config->dbh,"stackSumSkyfile", where, values);
    17691769      psFree(values);
    17701770      if (!rows) {
Note: See TracChangeset for help on using the changeset viewer.