IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 15, 2005, 4:40:13 PM (21 years ago)
Author:
drobbin
Message:

Edited VectorReadFromFile(bug536), added psFree to Meta04, added Precession test to EOC

File:
1 edited

Legend:

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

    r5483 r5522  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.9 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2005-11-07 20:52:43 $
     11*  @version $Revision: 1.10 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2005-11-16 02:40:13 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    4444}
    4545psPrecessMethod;
     46
     47bool p_psEOCInit(void);
     48
     49/** Finalize EOC after using functions that make calls to eocInit for time table data
     50 *
     51 *  @return bool:       True if successful, otherwise false.
     52 */
     53bool p_psEOCFinalize(void);
    4654
    4755/** Allocates a new psEarthPole structure.  */
     
    7987    psSphere *sun                      ///< position of the sun
    8088);
    81 
    82 
    83 /* Calculate the parallax factor for the given position and time.
    84  *
    85  *  @return double:     the calculated parallax factor.
    86  */
    87 /*
    88 double psEOC_ParallaxFactor(
    89     const psSphere *coords,            ///< specified position
    90     const psTime *time                 ///< specified time
    91 );
    92 */
    9389
    9490/** Calculates the components of the rotation between the CEO and GCRS frames, X, Y,
Note: See TracChangeset for help on using the changeset viewer.