IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17112


Ignore:
Timestamp:
Mar 24, 2008, 4:32:07 PM (18 years ago)
Author:
eugene
Message:

fix logic error on call to ApResid

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r16820 r17112  
    179179finish:
    180180
    181     // plot positive sources
    182     if (!havePSF) {
    183         // psphotSourcePlots (readout, sources, recipe);
    184     }
     181    // plot positive sources
     182    // psphotSourcePlots (readout, sources, recipe);
    185183
    186184    // measure aperture photometry corrections
    187     if (!havePSF && !psphotApResid (readout, sources, recipe, psf)) {
     185    if (!psphotApResid (readout, sources, recipe, psf)) {
    188186        psLogMsg ("psphot", 3, "failed on psphotApResid");
    189187        return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources);
Note: See TracChangeset for help on using the changeset viewer.