IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2014, 10:53:29 AM (12 years ago)
Author:
bills
Message:

when summarizing only consider full force results with quality == 0

File:
1 edited

Legend:

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

    r36633 r36665  
    498498    PXOPT_COPY_STR(config->args, where, "-filter",      "stackRun.filter", "LIKE");
    499499    PXOPT_COPY_S16(config->args, where, "-fault",      "fullForceResult.fault", "==");
     500    PXOPT_COPY_S16(config->args, where, "-quality",    "fullForceResult.quality", "==");
    500501    pxskycellAddWhere(config, where);
    501502
Note: See TracChangeset for help on using the changeset viewer.