Changeset 4115 for trunk/psphot/src/psphot.c
- Timestamp:
- Jun 4, 2005, 5:22:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.c
r4114 r4115 24 24 peaks = find_peaks (image, config, sky); 25 25 26 // construct sources and measure basic stats 26 27 sources = source_moments (image, config, peaks); 28 29 // source analysis is done in S/N order (brightest first) 30 sources = psArraySort (sources, by_SN); 27 31 28 32 // use stellar objects SN > PSF_SN_LIM … … 35 39 // XXX it has some problems 36 40 // test_psf_scatter (sources); 37 38 // identify PSF-like objects (< PSF_SHAPE_NSIGMA from dSx,dSy model)39 // SN <= FAINT_SN_LIM : FAINTSTAR40 // SN > FAINT_SN_LIM : BRIGHTSTAR41 mark_psf_sources (sources, config);42 43 // subtract BRIGHTSTAR, PSFSTAR, SATSTAR44 subtract_psf_sources (sources);45 41 46 42 // fit_galaxies (image, config, sources);
Note:
See TracChangeset
for help on using the changeset viewer.
