IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 23, 2006, 10:04:31 AM (20 years ago)
Author:
drobbin
Message:

updated PrecessMethod. Fixed MetadataAddStr to error on NULL input. Time_TideUT1Corr?

File:
1 edited

Legend:

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

    r6039 r6184  
    99*  @author Robert Daniel DeSonia, MHPCC
    1010*
    11 *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    12 *  @date $Date: 2006-01-18 23:49:06 $
     11*  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     12*  @date $Date: 2006-01-23 20:04:31 $
    1313*
    1414*  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     
    4040typedef enum {
    4141    PS_PRECESS_ROUGH,                  ///< roughest, lowest level of detail
    42     PS_PRECESS_COMPLETE,               ///< complete level of detail
     42    PS_PRECESS_COMPLETE_A,             ///< complete level of detail using IERS A
     43    PS_PRECESS_COMPLETE_B,             ///< complete level of detail using IERS B
    4344    PS_PRECESS_IAU2000A,               ///< highest level of detail
    4445}
     
    179180 *  between two times.  The equinoxes shall be Julian equinoxes.
    180181 *
    181  *  @return psSphere* the resulting spherical rotation
     182 *  If NULL is provided for either time, it is assumed to have the reference
     183 *  equinox value of J2000.  The mode argument is used to specify the level of
     184 *  detail used in the calculation.
     185 *
     186 *  @return psSphere*:       the resulting spherical rotation
    182187 */
    183 psSphere* psSpherePrecess(
    184     psSphere *coords,                  ///< coordinates (modified in-place)
     188psSphereRot* psSpherePrecess(
     189    //    psSphere *coords,                  ///< coordinates (modified in-place)
    185190    const psTime *fromTime,            ///< equinox of coords input
    186     const psTime *toTime               ///< equinox of coords output
     191    const psTime *toTime,              ///< equinox of coords output
     192    psPrecessMethod mode               ///< level of detail to use
    187193);
    188194
Note: See TracChangeset for help on using the changeset viewer.