IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 12, 2006, 8:59:15 PM (20 years ago)
Author:
eugene
Message:

tests on non-poisson errors, updates to image background, tests of systematic biases, updates to use pmFPAfile paradigm

File:
1 edited

Legend:

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

    r6753 r6851  
    5454       
    5555        // try fitting PSFs, then try extended sources
    56         if (psphotFitBlend (readout, source)) continue;
    57         if (psphotFitBlob (readout, source, sources)) continue;
     56        if (psphotFitBlend (readout, source, psf)) continue;
     57        if (psphotFitBlob (readout, source, sources, psf)) continue;
    5858
    5959        psTrace ("psphot.blend", 5, "failed fits\n");
Note: See TracChangeset for help on using the changeset viewer.