- Timestamp:
- Oct 23, 2007, 10:54:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20071023/psphot/src/psphotExtendedSources.c
r13983 r15359 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.
