IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 20, 2013, 1:06:55 PM (13 years ago)
Author:
watersc1
Message:

Changes to ppMerge to allow it to gracefully skip a cell if there are no valid inputs for it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppMerge/src/ppMergeLoop.c

    r33666 r35687  
    355355                      // call: pmDarkCombine(outCell, fileGroup->readouts, iter, rej, maskVal);
    356356                      if (!psThreadJobAddPending(job)) {
    357                           goto ERROR;
     357                        //                          goto ERROR;
     358                        // continue; // I don't care.
    358359                      }
    359360                      break;
Note: See TracChangeset for help on using the changeset viewer.