IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2009, 4:50:25 PM (17 years ago)
Author:
Paul Price
Message:

Merging branches/pap from r23739 onto trunk. No conflicts, ppSub builds fine.

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/psModules

  • trunk/psModules/src/imcombine/pmSubtractionMatch.c

    r23688 r23740  
    567567            psFree(kernels);
    568568            kernels = NULL;
    569 
    570             // There is data in the readout now
    571             if (subMode == PM_SUBTRACTION_MODE_1 || subMode == PM_SUBTRACTION_MODE_DUAL) {
    572                 conv1->data_exists = true;
    573                 if (conv1->parent) {
    574                     conv1->parent->data_exists = true;
    575                     conv1->parent->parent->data_exists = true;
    576                 }
    577             }
    578             if (subMode == PM_SUBTRACTION_MODE_2 || subMode == PM_SUBTRACTION_MODE_DUAL) {
    579                 conv2->data_exists = true;
    580                 if (conv2->parent) {
    581                     conv2->parent->data_exists = true;
    582                     conv2->parent->parent->data_exists = true;
    583                 }
    584             }
    585569        }
    586570    }
Note: See TracChangeset for help on using the changeset viewer.