Changeset 15562 for trunk/psphot/src/psphotExtendedSources.c
- Timestamp:
- Nov 9, 2007, 3:09:20 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSources.c
r13983 r15562 66 66 return false; 67 67 } else { 68 // XXX why am I caching the model? 68 69 pmSourceCacheModel (source, maskVal); // XXX put this in the source model function? 69 70 psTrace ("psphot", 5, "psf-convolved model for source at %7.1f, %7.1f", source->moments->x, source->moments->y); 70 71 Npsf ++; 72 } 73 74 // all of these below require the radial profile 75 // XXX push this as a test and call in each of the functions below? 76 // XXX this constructs a pmSourceExtendedParameters element 77 if (doPetrosian || doIsophotal || doAnnuli || doKron) { 78 if (!psphotRadialProfile (source, recipe, maskVal)) { 79 psError(PSPHOT_ERR_UNKNOWN, false, "failure to generate radial profile"); 80 return false; 81 } 71 82 } 72 83
Note:
See TracChangeset
for help on using the changeset viewer.
