Changeset 4574 for trunk/psphot/src/subtract_psf_source.c
- Timestamp:
- Jul 16, 2005, 6:02:29 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/subtract_psf_source.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/subtract_psf_source.c
r4251 r4574 9 9 10 10 // non-stellar sources are ignored 11 if (source->type == PS_SOURCE_OTHER) return (false); 11 12 if (source->type == PS_SOURCE_GALAXY) return (false); 12 13 if (source->type == PS_SOURCE_DEFECT) return (false); 14 if (source->type == PS_SOURCE_SATURATED) return (false); 13 15 14 16 psModel *model = source->modelPSF; … … 18 20 } 19 21 20 psImage *pixels = source->pixels;22 psImage *pixels = source->pixels; 21 23 22 24 // subtract object, leave local sky
Note:
See TracChangeset
for help on using the changeset viewer.
