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.h

    r3264 r3334  
    1010*  @author GLG, MHPCC
    1111*
    12 *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2005-02-17 19:26:23 $
     12*  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2005-02-25 22:29:19 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    292292);
    293293
    294 /** Creates the appropriate transform for converting from ICRS to Galatic
     294/** Creates the appropriate transform for converting from ICRS to Galactic
    295295 *  coordinate systems.
    296296 *
    297297 */
    298 psSphereTransform* psSphereTransformICRSToGalatic(void);
    299 
    300 /** Creates the appropriate transform for converting from Galatic to ICRS
     298psSphereTransform* psSphereTransformICRSToGalactic(void);
     299
     300/** Creates the appropriate transform for converting from Galactic to ICRS
    301301 *  coordinate systems.
    302302 *
    303303 */
    304 psSphereTransform* psSphereTransformGalaticToICRS(void);
     304psSphereTransform* psSphereTransformGalacticToICRS(void);
    305305
    306306/** Allocates memory for a psProjection structure
Note: See TracChangeset for help on using the changeset viewer.