IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 23, 2009, 11:17:41 AM (17 years ago)
Author:
eugene
Message:

psf model ap radius different from fit radius; both set based on results of moments analysis

File:
1 edited

Legend:

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

    r25452 r25497  
    264264        float x = model->params->data.F32[PM_PAR_XPOS];
    265265        float y = model->params->data.F32[PM_PAR_YPOS];
    266         psImageMaskCircle (source->maskView, x, y, model->radiusFit, "AND", PS_NOT_IMAGE_MASK(markVal));
     266        psImageMaskCircle (source->maskView, x, y, model->fitRadius, "AND", PS_NOT_IMAGE_MASK(markVal));
    267267    }
    268268
Note: See TracChangeset for help on using the changeset viewer.