- Timestamp:
- May 19, 2010, 2:08:46 PM (16 years ago)
- Location:
- branches/czw_branch/20100427/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotPetrosianStats.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100427/psphot
-
Property svn:mergeinfo
set to
/branches/eam_branches/psphot.20100506 merged eligible /branches/pap/psphot merged eligible /trunk/psphot merged eligible
-
Property svn:mergeinfo
set to
-
branches/czw_branch/20100427/psphot/src/psphotPetrosianStats.c
r28017 r28029 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.
