IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25599


Ignore:
Timestamp:
Sep 27, 2009, 10:44:45 AM (17 years ago)
Author:
eugene
Message:

move flagging of PM_SOURCE_TMPF_SUBTRACTED to pmSourceAdd/Sub

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/psphot/src/psphotExtendedSourceAnalysis.c

    r25452 r25599  
    8686                psTrace ("psphot", 5, "failed to extract radial profile for source at %7.1f, %7.1f", source->moments->Mx, source->moments->My);
    8787                pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    88                 source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    8988                continue;
    9089            }
     
    128127        // re-subtract the object, leave local sky
    129128        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    130         source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    131129
    132130        if (source->extpars) {
Note: See TracChangeset for help on using the changeset viewer.