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

    r6030 r6039  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-01-18 00:41:29 $
     11*  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-01-18 23:49:06 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    176176);
    177177
     178/** Generates the complete spherical rotation to account for precession
     179 *  between two times.  The equinoxes shall be Julian equinoxes.
     180 *
     181 *  @return psSphere* the resulting spherical rotation
     182 */
     183psSphere* psSpherePrecess(
     184    psSphere *coords,                  ///< coordinates (modified in-place)
     185    const psTime *fromTime,            ///< equinox of coords input
     186    const psTime *toTime               ///< equinox of coords output
     187);
     188
     189
    178190#endif // #ifndef PS_EARTH_ORIENTATION
Note: See TracChangeset for help on using the changeset viewer.