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/pmSubtraction.c

    r21470 r23740  
    13851385    }
    13861386
     1387    // Data exists on the outputs now
     1388    if (out1) {
     1389        out1->data_exists = true;
     1390        if (out1->parent) {
     1391            out1->parent->data_exists = out1->parent->parent->data_exists = true;
     1392        }
     1393    }
     1394    if (out2) {
     1395        out2->data_exists = true;
     1396        if (out2->parent) {
     1397            out2->parent->data_exists = out2->parent->parent->data_exists = true;
     1398        }
     1399    }
     1400
     1401
    13871402    psLogMsg("psModules.imcombine", PS_LOG_INFO, "Convolve image: %f sec",
    13881403             psTimerClear("pmSubtractionConvolve"));
Note: See TracChangeset for help on using the changeset viewer.