IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 37542 for trunk/psphot/src


Ignore:
Timestamp:
Oct 30, 2014, 2:05:29 PM (12 years ago)
Author:
bills
Message:

measure aperture photometry corrections

File:
1 edited

Legend:

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

    r37321 r37542  
    117117    psphotGalaxyShape (config, view, filerule);
    118118
     119    // measure aperture photometry corrections
     120    if (!psphotApResid (config, view, filerule)) {
     121        psLogMsg ("psphot", 3, "failed on psphotApResid");
     122        return psphotReadoutCleanup (config, view, filerule);
     123    }
     124
    119125    // calculate source magnitudes (psf mag and ap mag)
    120126    psphotMagnitudes(config, view, filerule);
Note: See TracChangeset for help on using the changeset viewer.