IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2006, 1:49:06 PM (21 years ago)
Author:
drobbin
Message:

chgd psMetadataType's to psDataType's. Moved SpherePrecess to EOC. checked in verified tests.

File:
1 edited

Legend:

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

    r5483 r6039  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2005-11-07 20:52:43 $
     9 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2006-01-18 23:49:06 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    215215psSphereRot* psSphereRotGalacticToICRS(void);
    216216
    217 /** Generates the complete spherical rotation to account for precession
    218  *  between two times.  The equinoxes shall be Julian equinoxes.
    219  *
    220  *  @return psSphere* the resulting spherical rotation
    221  */
    222 psSphere* psSpherePrecess(
    223     psSphere *coords,                  ///< coordinates (modified in-place)
    224     const psTime *fromTime,            ///< equinox of coords input
    225     const psTime *toTime               ///< equinox of coords output
    226 );
    227 
    228217/// @}
    229218
Note: See TracChangeset for help on using the changeset viewer.