Changeset 6753 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- Mar 31, 2006, 4:58:31 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMagnitudes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMagnitudes.c
r6715 r6753 3 3 bool psphotMagnitudes (psArray *sources, psMetadata *config, pmPSF *psf) { 4 4 5 bool status;6 7 5 psTimerStart ("psphot"); 8 6 9 float RADIUS = psMetadataLookupF32 (&status, config, "AP_RADIUS");10 7 for (int i = 0; i < sources->n; i++) { 11 8 pmSource *source = (pmSource *) sources->data[i]; 12 pmSourceMagnitudes (source, psf, RADIUS);9 pmSourceMagnitudes (source, psf, true, true); 13 10 } 14 11 … … 16 13 return true; 17 14 } 18 19 // XXX should this function use RADIUS or should it
Note:
See TracChangeset
for help on using the changeset viewer.
