IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25601


Ignore:
Timestamp:
Sep 27, 2009, 10:45:14 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/psphotExtendedSourceFits.c

    r21519 r25601  
    226226
    227227          pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    228           source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    229228
    230229          psFree (modelFluxes);
     
    253252        // subtract the best fit from the object, leave local sky
    254253        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    255         source->tmpFlags |= PM_SOURCE_TMPF_SUBTRACTED;
    256254
    257255        // the initial model flux is no longer needed
Note: See TracChangeset for help on using the changeset viewer.