IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 8, 2011, 2:41:42 PM (15 years ago)
Author:
eugene
Message:

match sources before final linear fit (to enable forced photometry of PSF mags); only a single detection per image allowed for an object; distinguish conditions for Radial Aperture analysis and Petrosian analysis; no Radial Aperture analysis for chisq image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110906/psphot/src/psphotExtendedSourceAnalysis.c

    r32348 r32628  
    209209        // if we have checked the source validity on the basis of the object set, then
    210210        // 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;
    213213
    214214        // skip PSF-like and non-astronomical objects
Note: See TracChangeset for help on using the changeset viewer.