- Timestamp:
- Nov 8, 2011, 2:41:42 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110906/psphot/src/psphotExtendedSourceAnalysis.c
r32348 r32628 209 209 // if we have checked the source validity on the basis of the object set, then 210 210 // we either skip these tests below or we skip the source completely 211 if (source->tmpFlags & PM_SOURCE_TMPF_ STACK_SKIP) continue;212 if (source->tmpFlags & PM_SOURCE_TMPF_ STACK_KEEP) goto keepSource;211 if (source->tmpFlags & PM_SOURCE_TMPF_PETRO_SKIP) continue; 212 if (source->tmpFlags & PM_SOURCE_TMPF_PETRO_KEEP) goto keepSource; 213 213 214 214 // skip PSF-like and non-astronomical objects
Note:
See TracChangeset
for help on using the changeset viewer.
