IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 9, 2010, 2:51:07 PM (16 years ago)
Author:
bills
Message:

If camRun completes with non-zero quality don't queue a fakeRun

File:
1 edited

Legend:

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

    r28265 r28274  
    714714    // EAM:  NULL for end_stage means go as far as possible
    715715    // Also, we can run fake even if tess_id is not defined
    716     if (pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam")) {
     716    // but stop if quality is non-zero.
     717    if ((quality > 0) || (pendingRow->end_stage && psStrcasestr(pendingRow->end_stage, "cam"))) {
    717718        psFree(pendingRow);
    718719        if (!psDBCommit(config->dbh)) {
Note: See TracChangeset for help on using the changeset viewer.