IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 18, 2010, 2:59:19 PM (16 years ago)
Author:
eugene
Message:

update psf-convolved model fitting to be a bit more consistent with other psphot fitting, and a bit more flexible; fix the diff stats

File:
1 edited

Legend:

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

    r28643 r28687  
    210210          pmModel *modelFit = NULL;
    211211          if (convolved) {
    212               modelFit = psphotPSFConvModel (readout, source, modelType, maskVal, markVal, psfSize);
     212              modelFit = psphotFitPCM (readout, source, fitOptions, modelType, maskVal, markVal, psfSize);
    213213              if (!modelFit) {
    214214                  psTrace ("psphot", 5, "failed to fit psf-conv model for object at %f, %f", source->moments->Mx, source->moments->My);
Note: See TracChangeset for help on using the changeset viewer.