Changeset 32633 for trunk/psphot/src/psphotExtendedSourceAnalysis.c
- Timestamp:
- Nov 8, 2011, 2:56:56 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotExtendedSourceAnalysis.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20110906/psphot (added) merged: 32605-32606,32612-32613,32616,32619,32628,32630
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphotExtendedSourceAnalysis.c
r32348 r32633 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.
