Changeset 4642 for trunk/psphot/src/fit_galaxies.c
- Timestamp:
- Jul 28, 2005, 7:04:10 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/fit_galaxies.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/fit_galaxies.c
r4630 r4642 32 32 if (source->type == PS_SOURCE_SATSTAR) continue; 33 33 if (source->type == PS_SOURCE_GOODSTAR) continue; 34 34 35 // skip all likely defects 35 36 if (source->type == PS_SOURCE_DEFECT) continue; 36 37 if (source->type == PS_SOURCE_SATURATED) continue; 37 // 38 39 // skip poorly fitted stars 38 40 if (source->type == PS_SOURCE_FAINTSTAR) continue; 39 41 if (source->type == PS_SOURCE_POOR_FIT_PSF) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
