Changeset 6495 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- Feb 24, 2006, 6:32:38 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMagnitudes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMagnitudes.c
r6117 r6495 76 76 bool status; 77 77 78 psTimerStart ("psphot"); 79 78 80 float RADIUS = psMetadataLookupF32 (&status, config, "AP_RADIUS"); 79 81 for (int i = 0; i < sources->n; i++) { … … 81 83 pmSourceMagnitudes (source, psf, RADIUS); 82 84 } 85 86 psLogMsg ("psphot.magnitudes", 4, "measure magnitudes : %f sec for %d objects\n", psTimerMark ("psphot"), sources->n); 83 87 return true; 84 88 }
Note:
See TracChangeset
for help on using the changeset viewer.
