IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2005, 10:56:31 AM (21 years ago)
Author:
desonia
Message:

replaced PS_PI with M_PI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.c

    r3877 r3881  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-05-10 23:48:19 $
     7 *  @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-05-11 20:56:31 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    11301130        // the rest are probable stellar objects
    11311131        psF32 S  = tmpSrc->moments->Sum;
    1132         psF32 A  = PS_PI * sigX * sigY;
     1132        psF32 A  = M_PI * sigX * sigY;
    11331133        psF32 B  = tmpSrc->moments->Sky;
    11341134        psF32 RT = PS_SQRT_F32(S + (A * B) + (A * PS_SQR(RDNOISE) / PS_SQRT_F32(GAIN)));
Note: See TracChangeset for help on using the changeset viewer.