Changeset 6862 for trunk/psphot/src/psphotMagnitudes.c
- Timestamp:
- Apr 14, 2006, 11:58:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotMagnitudes.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotMagnitudes.c
r6753 r6862 1 1 # include "psphot.h" 2 2 3 bool psphotMagnitudes (psArray *sources, psMetadata * config, pmPSF *psf) {3 bool psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf) { 4 4 5 5 psTimerStart ("psphot"); … … 13 13 return true; 14 14 } 15 16 // XXX add in a measurement of the bright and faint completeness values 17 // XXX push these into the recipe
Note:
See TracChangeset
for help on using the changeset viewer.
