Changeset 34404 for trunk/psphot/src/psphotSourceStats.c
- Timestamp:
- Sep 5, 2012, 4:19:30 PM (14 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120805/psphot/src (added) merged: 34360,34368-34369,34377-34378,34380,34392,34399
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotSourceStats.c
r34321 r34404 447 447 } 448 448 449 // skip saturated stars modeled with a radial profile (this probably never happens, since it is set after) 450 if (source->mode2 & PM_SOURCE_MODE2_SATSTAR_PROFILE) continue; 451 449 452 if (!(source->peak->type == PM_PEAK_SUSPECT_SATURATION)) { 450 453 // measure basic source moments (no S/N clipping on input pixels) … … 521 524 float PSF_SN_LIM = 2.0*psMetadataLookupF32(&status, recipe, "PSF_SN_LIM"); psAssert (status, "missing PSF_SN_LIM"); 522 525 523 526 // XXX this will cause an error in the vector length is > 8 524 527 # define NSIGMA 8 525 528 // moved to config file … … 538 541 sigma[i] = sigmavec->data.F32[i]; 539 542 } 543 assert (sigmavec->n <= 8); 540 544 nsigma = sigmavec->n; 541 545 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
