Changeset 21208 for branches/cnb_branch_20090113/ppSub/src/ppSubReadout.c
- Timestamp:
- Jan 28, 2009, 1:36:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090113/ppSub/src/ppSubReadout.c
r21120 r21208 451 451 outRO->mask = (psImage*)psBinaryOp(outRO->mask, inConv->mask, "|", refConv->mask); 452 452 453 outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true; 454 455 // examine the subtraction 456 pmSubtractionVisualShowSubtraction(minuend->image, 457 subtrahend->image, 458 outRO->image); 459 453 460 psFree(inConv); 454 461 psFree(refConv); 455 456 outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true;457 462 458 463 // Copy astrometry over
Note:
See TracChangeset
for help on using the changeset viewer.
