IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5531


Ignore:
Timestamp:
Nov 16, 2005, 2:07:25 PM (20 years ago)
Author:
desonia
Message:

removed non-ASCII character.

File:
1 edited

Legend:

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

    r5524 r5531  
    11/** @file  psEarthOrientation.c
    2 *
    3 *  @brief Function implementations for earth orientation calculations
    4 *
    5 *  @ingroup EarthOrientation
    6 *
    7 *  @author Dave Robbins, MHPCC
    8 *  @author Robert Daniel DeSonia, MHPCC
    9 *
    10 *  @version $Revision: 1.16 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2005-11-16 20:52:23 $
    12 *
    13 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
    14 */
     2 *
     3 *  @brief Function implementations for earth orientation calculations
     4 *
     5 *  @ingroup EarthOrientation
     6 *
     7 *  @author Dave Robbins, MHPCC
     8 *  @author Robert Daniel DeSonia, MHPCC
     9 *
     10 *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2005-11-17 00:07:25 $
     12 *
     13 *  Copyright 2005 Maui High Performance Computing Center, University of Hawaii
     14 */
    1515
    1616#include <math.h>
     
    236236          directionVector->z*actualVector->z);
    237237
    238     //rp = apparent - mu * direction;
     238    //    rp = apparent - mu * direction;
    239239    //    rp->r = actual->r - mu * direction->r;
    240240    //    rp->d = actual->d - mu * direction->d;
     
    389389           SEC_TO_RAD(0.00001149)*t4;
    390390
    391     // L − Omega
     391    // L - Omega
    392392    F[2] = DEG_TO_RAD(93.27209062) +
    393393           SEC_TO_RAD(1739527262.8478)*t -
Note: See TracChangeset for help on using the changeset viewer.