Changeset 4375 for trunk/psphot/src/psphot.c
- Timestamp:
- Jun 24, 2005, 5:38:37 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r4251 r4375 29 29 30 30 // use stellar objects SN > PSF_SN_LIM 31 psf = choose_psf_model (config, sources );31 psf = choose_psf_model (config, sources, sky); 32 32 33 33 // identify defects based on 1-pixel wide x and y direction 2nd moments 34 find_defects (zap, sources, config, psf);34 // find_defects (zap, sources, config, psf); 35 35 36 36 // test PSF on all except SATURATE and DEFECT (artifacts) … … 46 46 47 47 DumpImage (imdata->image, argv[2]); 48 DumpModelPSF (sources, "sources.dat"); 48 DumpModelPSF (sources, "psfsources.dat"); 49 DumpModelFLT (sources, "fltsources.dat"); 50 DumpModelNULL (sources, "nullsources.dat"); 51 DumpMoments (sources, "moments.dat"); 52 49 53 exit (0); 50 54 }
Note:
See TracChangeset
for help on using the changeset viewer.
