IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 27, 2005, 10:38:19 AM (21 years ago)
Author:
drobbin
Message:

Updated EarthOrientation - Gravity Deflection and tests

File:
1 edited

Legend:

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

    r5446 r5447  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.5 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-10-26 01:20:15 $
     11*  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-10-27 20:38:18 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    158158}
    159159
    160 psSphere *psAberration(psSphere *apparent, const psSphere *actual, const psSphere *direction, double speed)
    161 {
    162 
    163 
    164     return NULL;
    165 }
    166 
    167 psSphere *psGravityDeflection(psSphere *apparent, psSphere *actual, psSphere *sun)
     160psSphere *psAberration(psSphere *actual,
     161                       const psSphere *apparent,
     162                       const psSphere *direction,
     163                       double speed)
     164{
     165
     166
     167    return NULL;
     168}
     169
     170psSphere *psGravityDeflection(psSphere *actual,
     171                              psSphere *apparent,
     172                              psSphere *sun)
    168173{
    169174    PS_ASSERT_PTR_NON_NULL(apparent, NULL);
     
    223228
    224229
    225 double psEOC_ParallaxFactor(const psSphere *coords, const psTime *time)
     230double psEOC_ParallaxFactor(const psSphere *coords,
     231                            const psTime *time)
    226232{
    227233
     
    373379
    374380
    375 psEarthPole *psEOC_PrecessionCorr(const psTime *time, psTimeBulletin bulletin)
     381psEarthPole *psEOC_PrecessionCorr(const psTime *time,
     382                                  psTimeBulletin bulletin)
    376383{
    377384    return NULL;
     
    391398
    392399
    393 psEarthPole* psEOC_GetPolarMotion(const psTime *time, psTimeBulletin bulletin)
     400psEarthPole* psEOC_GetPolarMotion(const psTime *time,
     401                                  psTimeBulletin bulletin)
    394402{
    395403    return NULL;
Note: See TracChangeset for help on using the changeset viewer.