IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19909


Ignore:
Timestamp:
Oct 6, 2008, 3:09:29 AM (18 years ago)
Author:
eugene
Message:

do not include sat stars in the extra psf stars

File:
1 edited

Legend:

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

    r15043 r19909  
    8686        if (source->moments == NULL) continue;
    8787        if (source->mode & PM_SOURCE_MODE_PSFSTAR) continue;
     88        if (source->mode & PM_SOURCE_MODE_SATSTAR) continue;
    8889        if (source->type != PM_SOURCE_TYPE_STAR) continue;
    8990
Note: See TracChangeset for help on using the changeset viewer.