IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15800


Ignore:
Timestamp:
Dec 12, 2007, 6:06:38 PM (18 years ago)
Author:
eugene
Message:

added comment

Location:
trunk/psphot/src
Files:
2 edited

Legend:

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

    r13900 r15800  
    7373        // try fitting PSFs, then try extended sources
    7474        // these functions subtract the resulting fitted source (XXX and update the modelFlux?)
     75        // XXX consider conditions under which the source has EXT fit
    7576        if (psphotFitBlend (readout, source, psf, maskVal)) {
    7677            psTrace ("psphot", 5, "source at %7.1f, %7.1f is psf", source->moments->x, source->moments->y);
  • trunk/psphot/src/psphotPetrosian.c

    r15562 r15800  
    3939
    4040  // find the first bin below the flux level and the last above the level
    41   // XXX can this be done faster with disection?
     41  // XXX can this be done faster with bisection?
    4242  // XXX do I need to worry about crazy outliers? 
    4343  // XXX should i be smoothing or fitting the curve?
Note: See TracChangeset for help on using the changeset viewer.