IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 25, 2005, 12:29:19 PM (21 years ago)
Author:
evanalst
Message:

Update for psSphereTransformGalacticToICRS and ICRSToGalactic.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astronomy/psCoord.c

    r3332 r3334  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.54 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-25 20:52:28 $
     12*  @version $Revision: 1.55 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-25 22:28:42 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    379379}
    380380
    381 // XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGalaticToICRS()
    382 psSphereTransform* psSphereTransformICRSToGalatic(void)
     381// XXX: This is bug 245: alphaP swaps with phiP from psSphereTransformGalacticToICRS()
     382psSphereTransform* psSphereTransformICRSToGalactic(void)
    383383{
    384384    psF64 alphaP = DEG_TO_RAD(32.93192);
     
    389389}
    390390
    391 psSphereTransform* psSphereTransformGalaticToICRS(void)
     391psSphereTransform* psSphereTransformGalacticToICRS(void)
    392392{
    393393    psF64 alphaP = DEG_TO_RAD(282.85948);
Note: See TracChangeset for help on using the changeset viewer.