IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 2, 2005, 6:31:22 PM (21 years ago)
Author:
drobbin
Message:

Updated EOC files(fxns) and tests, specifically TEOtoCEO sphere rotations

File:
1 edited

Legend:

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

    r5455 r5466  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-11-02 01:07:25 $
     11*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-11-03 04:31:22 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    7777);
    7878
    79 /** Calculate the parallax factor for the given position and time.
     79
     80/* Calculate the parallax factor for the given position and time.
    8081 *
    8182 *  @return double:     the calculated parallax factor.
    8283 */
     84/*
    8385double psEOC_ParallaxFactor(
    8486    const psSphere *coords,            ///< specified position
    8587    const psTime *time                 ///< specified time
    8688);
     89*/
    8790
    8891/** Calculates the components of the rotation between the CEO and GCRS frames, X, Y,
Note: See TracChangeset for help on using the changeset viewer.