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/pmSourcePlotMoments.c

    r18554 r19879  
    55 *  @author EAM, IfA
    66 *
    7  *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2008-07-15 20:25:00 $
     7 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2008-10-03 20:59:16 $
    99 *
    1010 *  Copyright 2006 IfA, University of Hawaii
     
    117117            continue;
    118118
    119         xFaint->data.F32[nF] = source->moments->Sx;
    120         yFaint->data.F32[nF] = source->moments->Sy;
     119        xFaint->data.F32[nF] = source->moments->Mxx;
     120        yFaint->data.F32[nF] = source->moments->Myy;
    121121        nF++;
    122122
     
    125125            continue;
    126126
    127         xBright->data.F32[nB] = source->moments->Sx;
    128         yBright->data.F32[nB] = source->moments->Sy;
     127        xBright->data.F32[nB] = source->moments->Mxx;
     128        yBright->data.F32[nB] = source->moments->Myy;
    129129        nB++;
    130130    }
Note: See TracChangeset for help on using the changeset viewer.