IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9811


Ignore:
Timestamp:
Oct 31, 2006, 9:39:08 AM (20 years ago)
Author:
eugene
Message:

more complete ending for ENSEMBLE break point

File:
1 edited

Legend:

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

    r9780 r9811  
    8181    psphotEnsemblePSF (readout, sources, recipe, psf, FALSE);
    8282    if (!strcasecmp (breakPt, "ENSEMBLE")) {
    83         psphotMagnitudes (sources, recipe, psf);
    84         if (!psphotReadoutCleanup (config, readout, recipe, psf, sources)) return false;
    85         return true;
     83        goto finish;
    8684    }
    8785
     
    10098    // linear PSF fit to remaining peaks
    10199    // psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     100
     101finish:
    102102
    103103    // measure aperture photometry corrections
Note: See TracChangeset for help on using the changeset viewer.