IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 7, 2005, 10:52:43 AM (21 years ago)
Author:
drobbin
Message:

update doxygen, implemented sphereRot functions in EOC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/astro/psSphereOps.h

    r5444 r5483  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-10-25 00:38:00 $
     9 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2005-11-07 20:52:43 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    186186 *  coordinate systems.
    187187 *
    188  *  @return psSphereTransform*     transform for ICRS->Ecliptic coordinate systems
     188 *  @return psSphereRot*     transform for ICRS->Ecliptic coordinate systems
    189189 */
    190190psSphereRot* psSphereRotICRSToEcliptic(
     
    195195 *  coordinate systems.
    196196 *
    197  *  @return psSphereTransform*     transform for Ecliptic->ICRS coordinate systems
     197 *  @return psSphereRot*     transform for Ecliptic->ICRS coordinate systems
    198198 */
    199199psSphereRot* psSphereRotEclipticToICRS(
     
    204204 *  coordinate systems.
    205205 *
     206 *  @return psSphereRot*        new sphere rotation for ICRS to Galactic transformations.
    206207 */
    207208psSphereRot* psSphereRotICRSToGalactic(void);
     
    210211 *  coordinate systems.
    211212 *
     213 *  @return psSphereRot*        new sphere rotation for Galactic to ICRS transformations.
    212214 */
    213215psSphereRot* psSphereRotGalacticToICRS(void);
Note: See TracChangeset for help on using the changeset viewer.