- Timestamp:
- Mar 12, 2011, 10:04:35 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/psModules/src/objects/pmSource.c
r30865 r30882 328 328 *****************************************************************************/ 329 329 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 a332 // psphot-specific function which applies the recipe values333 // only apply selection to sources within specified region334 330 pmPSFClump 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) 335 331 { … … 429 425 430 426 psfClump.nSigma = stats->sampleStdev; 427 psfClump.nTotal = nValid; 431 428 432 429 if (savedImage) {
Note:
See TracChangeset
for help on using the changeset viewer.
