Changeset 28013 for trunk/psphot/src/psphotPetrosianStats.c
- Timestamp:
- May 18, 2010, 4:11:53 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotPetrosianStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/psphot/src/psphotPetrosianStats.c
r27819 r28013 15 15 16 16 pmSourceRadialProfile *profile = source->extpars->petProfile; 17 18 if (!profile->binSB) { 19 psLogMsg ("psphot", PS_LOG_DETAIL, "no petrosian profile, skipping source %f, %f", source->peak->xf, source->peak->yf); 20 return true; 21 } 17 22 18 23 psVector *binSB = profile->binSB; … … 190 195 source->extpars->petrosianR90Err = NAN; 191 196 192 fprintf (stderr, "source @ %f,%f\n", source->peak->xf, source->peak->yf);197 // fprintf (stderr, "source @ %f,%f\n", source->peak->xf, source->peak->yf); 193 198 psphotPetrosianVisualStats (binRad, binSB, refRadius, meanSB, petRatio, petRatioErr, fluxSum, petRadius, PETROSIAN_RATIO, petFlux, apRadius); 194 199
Note:
See TracChangeset
for help on using the changeset viewer.
