Changeset 5993 for trunk/psphot/src/psphotDefinePixels.c
- Timestamp:
- Jan 15, 2006, 8:30:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotDefinePixels.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotDefinePixels.c
r5980 r5993 49 49 if (extend) { 50 50 // Grab a new subimage 51 //psFree (mySource->pixels);52 //psFree (mySource->weight);53 //psFree (mySource->mask);51 psFree (mySource->pixels); 52 psFree (mySource->weight); 53 psFree (mySource->mask); 54 54 55 // fprintf (stderr, "extend %f,%f\n", x, y);56 55 mySource->pixels = psImageSubset(imdata->image, newRegion); 57 56 mySource->weight = psImageSubset(imdata->weight, newRegion); … … 62 61 return extend; 63 62 } 64 65 66 //**** this function was ALWAYS restricting to model->radius67 // should have left it larger (PSF_FIT_RAD) for the faint sources
Note:
See TracChangeset
for help on using the changeset viewer.
