IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2005, 3:20:15 PM (21 years ago)
Author:
drobbin
Message:

Finished and tested psGravityDeflection function

File:
1 edited

Legend:

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

    r5306 r5446  
    66*  @ingroup EarthOrientation
    77*
     8*  @author Dave Robbins, MHPCC
    89*  @author Robert Daniel DeSonia, MHPCC
    910*
    10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-10-13 20:23:57 $
     11*  @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-10-26 01:20:15 $
    1213*
    1314*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    5556);
    5657
    57 /**
     58/** Calculates the actual position of a star, given its apparent position and the
     59 *  position of the sun.
    5860 *
     61 *  The actual and apparent positions are represented as psSphere entries, as is
     62 *  position of the sun.  If the value of actual is NULL, a new psSphere is allocated,
     63 *  otherwise the point to actual is used for the result.
    5964 *
    60  *
     65 *  @return psSphere*:      the apparent position of a star.
    6166 */
    6267psSphere *psGravityDeflection(
    63     psSphere *apparent,                ///<
    64     psSphere *actual,                  ///<
    65     psSphere *sun                      ///<
     68    psSphere *apparent,                ///< apparent position of star
     69    psSphere *actual,                  ///< actual position of star
     70    psSphere *sun                      ///< position of the sun
    6671);
    6772
Note: See TracChangeset for help on using the changeset viewer.