Changeset 4116 for trunk/psphot/src/subtract_psf_source.c
- Timestamp:
- Jun 5, 2005, 8:41:28 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/subtract_psf_source.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/subtract_psf_source.c
r4115 r4116 9 9 psSource *source = sources->data[i]; 10 10 11 // non-stellar sources are ignored 11 12 if (source->type == PS_SOURCE_GALAXY) return (false); 12 13 if (source->type == PS_SOURCE_DEFECT) return (false);
Note:
See TracChangeset
for help on using the changeset viewer.
