IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32215


Ignore:
Timestamp:
Aug 29, 2011, 1:24:39 PM (15 years ago)
Author:
eugene
Message:

remove deprecated psfMoments structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110710/psphot/src/psphotExtendedSourceFits.c

    r32205 r32215  
    271271    float fitRadius, windowRadius;
    272272    psScalar *scalar = NULL;
    273     pmMoments psfMoments;
    274273
    275274    // arguments: readout, sources, models, region, psfSize, maskVal, markVal
     
    448447          pmSourceCacheModel (source, maskVal);
    449448
    450           *source->moments = psfMoments;
    451449          pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
    452450
     
    468466        }
    469467
    470         // replace the original moments
    471         *source->moments = psfMoments;
    472 
    473468        // subtract the best fit from the object, leave local sky
    474469        pmSourceSub (source, PM_MODEL_OP_FULL, maskVal);
Note: See TracChangeset for help on using the changeset viewer.