IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34363


Ignore:
Timestamp:
Aug 28, 2012, 3:11:33 PM (14 years ago)
Author:
bills
Message:

skip matched detections in psphotApResid.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotApResid.c

    r33089 r34363  
    204204        if (source->mode &  PM_SOURCE_MODE_CR_LIMIT) SKIPSTAR ("COSMIC RAY");
    205205        if (source->mode &  PM_SOURCE_MODE_DEFECT) SKIPSTAR ("DEFECT");
     206        if (source->mode2 & PM_SOURCE_MODE2_MATCHED) SKIPSTAR ("MATCHED");
    206207
    207208        if (!isfinite(source->apMag) || !isfinite(source->psfMag)) {
Note: See TracChangeset for help on using the changeset viewer.