Changeset 4641 for trunk/psphot/src/psphot.c
- Timestamp:
- Jul 27, 2005, 6:55:51 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r4574 r4641 34 34 psf = choose_psf_model (config, sources, sky); 35 35 36 // identify defects based on 1-pixel wide x and y direction 2nd moments37 // find_defects (zap, sources, config, psf);38 39 36 // test PSF on all except SATURATE and DEFECT (artifacts) 40 37 apply_psf_model (imdata, config, sources, psf, sky); … … 43 40 fit_galaxies (imdata, config, sources, sky); 44 41 45 // subtract_galaxies (sources, config); 46 47 DumpImage (imdata->image, argv[2]); 48 DumpModelPSF (sources, "psfsources.dat"); 49 DumpModelFLT (sources, "fltsources.dat"); 50 DumpModelNULL (sources, "nullsources.dat"); 51 DumpMoments (sources, "moments.dat"); 42 // write out data in appropriate format 43 output (imdata, config, sources); 52 44 53 45 exit (0);
Note:
See TracChangeset
for help on using the changeset viewer.
