IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17113


Ignore:
Timestamp:
Mar 24, 2008, 4:32:19 PM (18 years ago)
Author:
eugene
Message:

added comments

File:
1 edited

Legend:

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

    r16820 r17113  
    33
    44// we need to call this function after sources have been fitted to the PSF model and
    5 // subtracted.  this function examines the 9 pixels in the 3x3 square containing the peak and
    6 // compares the observed flux to the model.
     5// subtracted.  To determine the CR-nature, this function examines the 9 pixels in the 3x3
     6// square containing the peak and compares the observed flux to the model.  To determine
     7// the EXT-nature, this function measures the amount of positive or negative total
     8// deviation from the psf model at the r = FWHM/2 position
    79
    810bool psphotSourceSize (pmReadout *readout, psArray *sources, psMetadata *recipe, long first) {
Note: See TracChangeset for help on using the changeset viewer.