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

    r14655 r19881  
    1010        pmSource *source = pmSourceAlloc ();
    1111        source->moments = pmMomentsAlloc ();
    12         source->moments->x = 10;
    13         source->moments->y = 10;
    14         source->moments->Sx = 1;
    15         source->moments->Sy = 1;
    16         source->moments->Sxy = 0;
     12        source->moments->Mx = 10;
     13        source->moments->My = 10;
     14        source->moments->Mxx = 1;
     15        source->moments->Myy = 1;
     16        source->moments->Mxy = 0;
    1717        source->moments->Sum = 1000;
    1818        source->moments->Peak = 100;
Note: See TracChangeset for help on using the changeset viewer.