Changeset 5993 for trunk/psphot/src/psphotReplaceUnfit.c
- Timestamp:
- Jan 15, 2006, 8:30:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReplaceUnfit.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReplaceUnfit.c
r5828 r5993 20 20 return true; 21 21 } 22 23 # if (0)24 if (source->mode & PM_SOURCE_BLEND) continue;25 if (source->type == PM_SOURCE_SATURATED) continue;26 27 if (source->type == PM_SOURCE_DEFECT) {28 if (source->mode & PM_SOURCE_SUBTRACTED) goto addPSF;29 continue;30 }31 32 if (source->type == PM_SOURCE_GALAXY) {33 if (source->mode & PM_SOURCE_FAIL) goto addPSF;34 if (source->mode & PM_SOURCE_POOR) goto addPSF;35 continue;36 }37 38 // need to skip the successful fits39 if (source->type == PM_SOURCE_STAR) {40 if (source->mode & PM_SOURCE_FAIL) goto addPSF;41 if (source->mode & PM_SOURCE_POOR) goto addPSF;42 continue;43 }44 # endif
Note:
See TracChangeset
for help on using the changeset viewer.
