IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 28, 2009, 1:36:37 PM (18 years ago)
Author:
beaumont
Message:

Added QA plots to ppSub. Migrated psastro QA plots to psModules/extras.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cnb_branch_20090113/ppSub/src/ppSubReadout.c

    r21120 r21208  
    451451    outRO->mask = (psImage*)psBinaryOp(outRO->mask, inConv->mask, "|", refConv->mask);
    452452
     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
    453460    psFree(inConv);
    454461    psFree(refConv);
    455 
    456     outRO->data_exists = outCell->data_exists = outCell->parent->data_exists = true;
    457462
    458463    // Copy astrometry over
Note: See TracChangeset for help on using the changeset viewer.