IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 14, 2007, 11:00:36 AM (19 years ago)
Author:
rhl
Message:

Don't subtract saturated stars

File:
1 edited

Legend:

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

    r13035 r13375  
    5555        if (source->type == PM_SOURCE_TYPE_DEFECT) continue;
    5656        if (source->type == PM_SOURCE_TYPE_SATURATED) continue;
     57        if (source->type == PM_SOURCE_TYPE_STAR &&
     58            source->mode & PM_SOURCE_MODE_SATSTAR) continue;
    5759        if (final) {
    5860            if (source->mode &  PM_SOURCE_MODE_SUBTRACTED) continue;
Note: See TracChangeset for help on using the changeset viewer.