IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 2, 2008, 10:50:41 AM (18 years ago)
Author:
eugene
Message:

clarify values of Sx, Sy, Sxy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/objects/pmMoments.h

    r11253 r19847  
    44 * @author GLG, MHPCC
    55 *
    6  * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    7  * @date $Date: 2007-01-24 02:54:15 $
     6 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     7 * @date $Date: 2008-10-02 20:50:41 $
    88 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii
    99 */
     
    2626    float x;     ///< X-coord of centroid.
    2727    float y;     ///< Y-coord of centroid.
    28     float Sx;    ///< x-second moment.
    29     float Sy;    ///< y-second moment.
    30     float Sxy;   ///< xy cross moment.
     28    float Sx;    ///< x-second moment = sigma_x^2 = = (FWHM_x/2.355)^2
     29    float Sy;    ///< y-second moment = sigma_y^2 = = (FWHM_y/2.355)^2
     30    float Sxy;   ///< xy cross moment = sigma_xy
    3131    float Sum;   ///< Pixel sum above sky (background).
    3232    float Peak;  ///< Peak counts above sky.
Note: See TracChangeset for help on using the changeset viewer.