Changeset 19856
- Timestamp:
- Oct 2, 2008, 10:56:29 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080926/psphot/src/psphotFitSourcesLinear.c
r18555 r19856 66 66 if (source->type == PM_SOURCE_TYPE_DEFECT) continue; 67 67 if (source->type == PM_SOURCE_TYPE_SATURATED) continue; 68 if (source->type == PM_SOURCE_TYPE_STAR && 69 source->mode & PM_SOURCE_MODE_SATSTAR) continue; 68 69 // if (source->type == PM_SOURCE_TYPE_STAR && 70 // source->mode & PM_SOURCE_MODE_SATSTAR) continue; 71 70 72 if (final) { 71 73 if (source->mode & PM_SOURCE_MODE_SUBTRACTED) continue;
Note:
See TracChangeset
for help on using the changeset viewer.
