Changeset 10205
- Timestamp:
- Nov 26, 2006, 12:40:15 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r10185 r10205 95 95 96 96 // replace fitted sources 97 psphotReplaceUnfit (sources); 97 // XXX we need to replace failed objects, not all objects 98 // psphotReplaceUnfit (sources); 98 99 99 100 // XXX find remaining peaks after first source subtraction pass 100 101 // psphotFindPeaks (); 101 102 103 // replace subtracted sources 104 psphotReplaceAll (sources); 105 psphotSaveImage (NULL, readout->image, "replace.fits"); 106 102 107 // linear PSF fit to remaining peaks 103 //psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);108 psphotEnsemblePSF (readout, sources, recipe, psf, TRUE); 104 109 105 110 finish:
Note:
See TracChangeset
for help on using the changeset viewer.
