IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26611


Ignore:
Timestamp:
Jan 14, 2010, 4:48:04 PM (16 years ago)
Author:
eugene
Message:

do not bother trying to measure ApResid for the diff sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psphot/src/psphotReadoutFindPSF.c

    r26542 r26611  
    7070    psphotVisualShowPSFModel(readout, psf);
    7171
     72# if 0
     73    // XXX if we want to determine the aperture residual correction here, we either
     74    // need to carry it out of the PSF determination analysis above, or save the model
     75    // fits from that analysis, or run the linear PSF fit for all objects currently in hand
     76    // construct an initial model for each object, set the radius to fitRadius, set circular fit mask
     77    psphotGuessModels (config, readout, sources, psf);
     78
    7279    // measure aperture photometry corrections
    7380    if (!psphotApResid (config, readout, sources, psf)) {
     
    7582        return psphotReadoutCleanup (config, readout, recipe, detections, psf, sources);
    7683    }
     84# endif
    7785
    7886    // drop the references to the image pixels held by each source
Note: See TracChangeset for help on using the changeset viewer.