IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 11:00:18 AM (18 years ago)
Author:
eugene
Message:

converted pmMoments elements to Mxx, Myy, Mxxx, etc; using pmPeak position in most cases instead of moments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotGuessModels.c

    r18555 r19881  
    5959            // these valuse are set in pmSourceModelGuess, should this rule be in there as well?
    6060            if (source->mode &  PM_SOURCE_MODE_SATSTAR) {
    61                 modelEXT->params->data.F32[PM_PAR_XPOS] = source->moments->x;
    62                 modelEXT->params->data.F32[PM_PAR_YPOS] = source->moments->y;
     61                modelEXT->params->data.F32[PM_PAR_XPOS] = source->moments->Mx;
     62                modelEXT->params->data.F32[PM_PAR_YPOS] = source->moments->My;
    6363            } else {
    6464                modelEXT->params->data.F32[PM_PAR_XPOS] = source->peak->xf;
Note: See TracChangeset for help on using the changeset viewer.