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

    r15562 r19879  
    33 *  @author EAM, IfA
    44 *
    5  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    6  *  @date $Date: 2007-11-10 01:09:20 $
     5 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     6 *  @date $Date: 2008-10-03 20:59:16 $
    77 *
    88 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    225225        fprintf (f, "%5d %5d  %7.1f  %7.1f %7.1f  %6.3f %6.3f  %8.1f %7.1f %7.1f %7.1f  %4d %2d\n",
    226226                 source->peak->x, source->peak->y, source->peak->value,
    227                  moment->x, moment->y,
    228                  moment->Sx, moment->Sy,
     227                 moment->Mx, moment->My,
     228                 moment->Mxx, moment->Myy,
    229229                 moment->Sum, moment->Peak,
    230230                 moment->Sky, moment->SN,
     
    258258        fprintf (f, "%5d %5d  %7.1f  %7.1f %7.1f  %6.3f %6.3f  %10.1f %7.1f %7.1f %7.1f  %4d %2d %#5x\n",
    259259                 source->peak->x, source->peak->y, source->peak->value,
    260                  source->moments->x, source->moments->y,
    261                  source->moments->Sx, source->moments->Sy,
     260                 source->moments->Mx, source->moments->My,
     261                 source->moments->Mxx, source->moments->Myy,
    262262                 source->moments->Sum, source->moments->Peak,
    263263                 source->moments->Sky, source->moments->SN,
Note: See TracChangeset for help on using the changeset viewer.