IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 30, 2011, 9:36:02 AM (15 years ago)
Author:
eugene
Message:

merging changes from trunk

Location:
branches/eam_branches/ipp-20110213/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/ippTools/src

  • branches/eam_branches/ipp-20110213/ippTools/src/stacktool.c

    r30812 r31083  
    968968    PXOPT_LOOKUP_F32(dtime_reject, config->args, "-dtime_reject", false, false);
    969969    PXOPT_LOOKUP_F32(dtime_final, config->args, "-dtime_final", false, false);
     970    PXOPT_LOOKUP_F32(dtime_convolve, config->args, "-dtime_convolve", false, false);
    970971    PXOPT_LOOKUP_F32(dtime_phot, config->args, "-dtime_phot", false, false);
    971972    PXOPT_LOOKUP_F32(dtime_script, config->args, "-dtime_script", false, false);
     
    10311032                               dtime_match_mean,
    10321033                               dtime_match_stdev,
     1034                               dtime_convolve,
    10331035                               dtime_initial,
    10341036                               dtime_reject,
     
    16601662
    16611663    PXOPT_LOOKUP_S16(fault, config->args, "-fault", true, false);
     1664    PXOPT_LOOKUP_S16(quality, config->args, "-set_quality", false, false);
    16621665
    16631666    psMetadata *where = psMetadataAlloc();
    16641667    PXOPT_COPY_S64(config->args, where, "-stack_id",   "stack_id",   "==");
    16651668
    1666     if (!pxSetFaultCode(config->dbh, "stackSumSkyfile", where, fault)) {
     1669    if (!pxSetFaultCode(config->dbh, "stackSumSkyfile", where, fault, quality)) {
    16671670        psError(PS_ERR_UNKNOWN, false, "failed to set set fault flag");
    16681671        psFree (where);
Note: See TracChangeset for help on using the changeset viewer.