Changeset 36355
- Timestamp:
- Dec 5, 2013, 1:31:55 PM (13 years ago)
- Location:
- branches/eam_branches/ipp-20130904/psphot/src
- Files:
-
- 5 edited
-
psphotExtendedSourceAnalysis.c (modified) (2 diffs)
-
psphotExtendedSourceFits.c (modified) (1 diff)
-
psphotKronIterate.c (modified) (1 diff)
-
psphotPetrosianStats.c (modified) (1 diff)
-
psphotRadialProfile.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceAnalysis.c
r36351 r36355 179 179 psLogMsg ("psphot", PS_LOG_INFO, " %d annuli\n", Nannuli); 180 180 181 # if (PS_TRACE_ON) 181 182 fprintf (stderr, "ext analysis skipped @ 1 : %d\n", Nskip1); 182 183 fprintf (stderr, "ext analysis skipped @ 2 : %d\n", Nskip2); … … 185 186 fprintf (stderr, "ext analysis skipped @ 5 : %d\n", Nskip5); 186 187 fprintf (stderr, "ext analysis skipped @ 6 : %d\n", Nskip6); 188 #endif 187 189 188 190 psphotRadialProfileShowSkips (); -
branches/eam_branches/ipp-20130904/psphot/src/psphotExtendedSourceFits.c
r36354 r36355 635 635 } 636 636 637 # if (PS_TRACE_ON) 637 638 fprintf (stderr, "failed to fit extended source model to object %d @ %f, %f (%x)\n", source->id, source->moments->Mx, source->moments->My, flags); 639 #endif 638 640 pmSourceSub (source, PM_MODEL_OP_FULL, maskVal); 639 641 -
branches/eam_branches/ipp-20130904/psphot/src/psphotKronIterate.c
r35769 r36355 166 166 } 167 167 168 # if (PS_TRACE_ON) 168 169 fprintf (stderr, "--- starting KRON ---\n"); 170 #endif 169 171 170 172 // We measure the Kron Radius on a smoothed copy of the readout image -
branches/eam_branches/ipp-20130904/psphot/src/psphotPetrosianStats.c
r36327 r36355 127 127 petRadius = InterpolateValuesQuadratic (&petRatio->data.F32[nOut-3], &refRadius->data.F32[nOut-3], PETROSIAN_RATIO); 128 128 } 129 # if (PS_TRACE_ON) 129 130 float petRadiusLinear = InterpolateValues (petRatio->data.F32[nOut-1], refRadius->data.F32[nOut-1], petRatio->data.F32[nOut], refRadius->data.F32[nOut], PETROSIAN_RATIO); 130 131 if (fabs(petRadius - petRadiusLinear) > fabs(refRadius->data.F32[nOut] - refRadius->data.F32[nOut-1])) { 131 132 fprintf (stderr, "big difference : %f vs %f\n", petRadius, petRadiusLinear); 132 133 } 134 #endif 133 135 petRadiusErr = InterpolateValuesErrX (petRatio->data.F32[nOut-1], refRadius->data.F32[nOut-1], petRatio->data.F32[nOut], refRadius->data.F32[nOut], PETROSIAN_RATIO, petRatioErr->data.F32[nOut-1], petRatioErr->data.F32[nOut]); 134 136 } -
branches/eam_branches/ipp-20130904/psphot/src/psphotRadialProfile.c
r36198 r36355 72 72 73 73 void psphotRadialProfileShowSkips () { 74 74 # if (PS_TRACE_ON) 75 75 fprintf (stderr, "radial profile skipped @ 1 : %d\n", Nskip1); 76 76 fprintf (stderr, "radial profile skipped @ 2 : %d\n", Nskip2); … … 78 78 fprintf (stderr, "radial profile skipped @ 4 : %d\n", Nskip4); 79 79 fprintf (stderr, "radial profile skipped @ 5 : %d\n", Nskip5); 80 #endif 80 81 }
Note:
See TracChangeset
for help on using the changeset viewer.
