Changeset 5773 for trunk/psphot/src/psphot.c
- Timestamp:
- Dec 13, 2005, 10:03:27 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r5772 r5773 75 75 case 0: 76 76 psphotEnsemblePSF (imdata, config, sources, psf, sky); 77 sources = psArraySort (sources, psphotSortBySN);78 77 psphotFullFit (imdata, config, sources, psf, sky); 79 78 // psphotReplaceUnfit (sources); … … 99 98 100 99 // write out data in appropriate format 100 // measure aperture correction 101 // psphotApertureCorrection (sources, config, sky); 101 102 psphotOutput (imdata, config, sources, psf, sky); 102 103 exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.
