IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 17, 2006, 2:41:29 PM (21 years ago)
Author:
drobbin
Message:

Updated Table parser, Fixed misc EOC, worked primarily on GravityDeflection

File:
1 edited

Legend:

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

    r5533 r6030  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-11-17 03:59:05 $
     11*  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-01-18 00:41:29 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    6262psEarthPole *psEarthPoleAlloc(void);
    6363
    64 /** Calculates the actual position of a star, given its apparent position and the
     64/** Calculates the apparent position of a star, given its actual position and the
    6565 *  velocity vector of the observer.
    6666 *
    6767 *  The actual and apparent positions are represented as psSphere entries, as is the
    6868 *  direction of motion.  The speed in that direction is given in units of the speed
    69  *  of light.  If the value of actual is NULL, a new psSphere is allocated, otherwise
    70  *  the point to actual is used for the result.
     69 *  of light.  If the value of apparent is NULL, a new psSphere is allocated, otherwise
     70 *  the point to apparent is used for the result.
    7171 *
    7272 *  @return psSphere*:      the actual position of a star.
     
    7979);
    8080
    81 /** Calculates the actual position of a star, given its apparent position and the
     81/** Calculates the apparent position of a star, given its actual position and the
    8282 *  position of the sun.
    8383 *
    8484 *  The actual and apparent positions are represented as psSphere entries, as is
    85  *  position of the sun.  If the value of actual is NULL, a new psSphere is allocated,
    86  *  otherwise the point to actual is used for the result.
     85 *  position of the sun.  If the value of apparent is NULL, a new psSphere is allocated,
     86 *  otherwise the point to apparent is used for the result.
    8787 *
    8888 *  @return psSphere*:      the apparent position of a star.
     
    133133 */
    134134psSphereRot *psSphereRot_TEOtoCEO(
    135     const psTime *time                 ///< specified time
     135    const psTime *time,                ///< specified time
     136    psEarthPole *tidalCorr             ///< UT1 polar tide correction or NULL
    136137);
    137138
Note: See TracChangeset for help on using the changeset viewer.