IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 10:59:16 AM (18 years ago)
Author:
eugene
Message:

converted pmMoments elements to Mxx, Myy, Mxxx, etc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmSourcePlotPSFModel.c

    r15562 r19879  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2007-11-10 01:09:20 $
     7 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-10-03 20:59:16 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    123123
    124124        psEllipseMoments moments;
    125         moments.x2 = source->moments->Sx;
    126         moments.y2 = source->moments->Sy;
    127         moments.xy = source->moments->Sxy;
     125        moments.x2 = source->moments->Mxx;
     126        moments.xy = source->moments->Mxy;
     127        moments.y2 = source->moments->Myy;
    128128
    129129        // force the axis ratio to be < 20.0
Note: See TracChangeset for help on using the changeset viewer.