IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19856


Ignore:
Timestamp:
Oct 2, 2008, 10:56:29 AM (18 years ago)
Author:
eugene
Message:

include satstars in fit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080926/psphot/src/psphotFitSourcesLinear.c

    r18555 r19856  
    6666        if (source->type == PM_SOURCE_TYPE_DEFECT) continue;
    6767        if (source->type == PM_SOURCE_TYPE_SATURATED) continue;
    68         if (source->type == PM_SOURCE_TYPE_STAR &&
    69             source->mode & PM_SOURCE_MODE_SATSTAR) continue;
     68
     69        // if (source->type == PM_SOURCE_TYPE_STAR &&
     70        // source->mode & PM_SOURCE_MODE_SATSTAR) continue;
     71
    7072        if (final) {
    7173            if (source->mode &  PM_SOURCE_MODE_SUBTRACTED) continue;
Note: See TracChangeset for help on using the changeset viewer.