IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 12, 2011, 10:04:35 AM (15 years ago)
Author:
eugene
Message:

count the number of sources available for a peak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110213/psModules/src/objects/pmSource.c

    r30865 r30882  
    328328*****************************************************************************/
    329329
    330 // XXX EAM include a S/N cutoff in selecting the sources?
    331 // XXX this function should probably accept the values, not a recipe. wrap with a
    332 // psphot-specific function which applies the recipe values
    333 // only apply selection to sources within specified region
    334330pmPSFClump pmSourcePSFClump(psImage **savedImage, psRegion *region, psArray *sources, float PSF_SN_LIM, float PSF_CLUMP_GRID_SCALE, psF32 SX_MAX, psF32 SY_MAX, psF32 AR_MAX)
    335331{
     
    429425
    430426        psfClump.nSigma = stats->sampleStdev;
     427        psfClump.nTotal = nValid;
    431428
    432429        if (savedImage) {
Note: See TracChangeset for help on using the changeset viewer.