Changeset 33690 for trunk/psphot/src/psphotKronIterate.c
- Timestamp:
- Apr 3, 2012, 5:46:39 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotKronIterate.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotKronIterate.c
r33089 r33690 150 150 if (!psphotKronIterate_Threaded(job)) { 151 151 psError(PS_ERR_UNKNOWN, false, "Unable to guess model."); 152 psFree(AnalysisRegion);152 // psFree(AnalysisRegion); 153 153 return false; 154 154 } … … 222 222 float windowRadius = PS_MAX(RADIUS, maxWindow); 223 223 224 #ifdef notdef 225 fprintf(stderr, "Redefining pixels for source: %d %4d %4d new radius: %f\n", 226 i, source->peak->x, source->peak->y, windowRadius+2); 227 #endif 224 228 // re-allocate image, weight, mask arrays for each peak with box big enough to fit BIG_RADIUS 225 229 pmSourceRedefinePixels (source, readout, source->peak->x, source->peak->y, windowRadius + 2);
Note:
See TracChangeset
for help on using the changeset viewer.
