IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5967


Ignore:
Timestamp:
Jan 11, 2006, 11:15:20 AM (21 years ago)
Author:
Paul Price
Message:

Adding tidal correction to psSphereRot_TEOtoCEO; added psEarthRotAlloc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r5938 r5967  
    1 %%% $Id: psLibSDRS.tex,v 1.373 2006-01-07 03:10:54 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.374 2006-01-11 21:15:20 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    68666866\end{datatype}
    68676867
     6868The constructor is:
     6869\begin{prototype}
     6870psEarthPole *psEarthPoleAlloc(void);
     6871\end{prototype}
     6872
    68686873\paragraph{Precession/Nutation}
    68696874
     
    69046909The following routine calculates the rotation of the Earth about the CIP:
    69056910\begin{prototype}
    6906 psSphereRot *psSphereRot_TEOtoCEO(const psTime *time)
     6911psSphereRot *psSphereRot_TEOtoCEO(const psTime *time, psEarthPole *tidalCorr)
    69076912\end{prototype}
    69086913The IERS code to create the comparable rotation is embedded in
    6909 T2C2000, with the Earth Rotation Angle calculated by ERA2000.
     6914T2C2000, with the Earth Rotation Angle calculated by ERA2000.  The
     6915tidal correction, \code{tidalCorr} from \code{psEOC_PolarTideCorr} is
     6916used to correct UT1.
    69106917
    69116918\paragraph{Polar Motion}
     
    69196926The following function provides tidal corrections to the polar motion
    69206927components, $x_p$ and $y_p$, using the Ray model of Simon et al (see
    6921 ADD).
     6928ADD).  It also provides a time correction to UT1 for
     6929\code{psSphereRot_TEOtoCEO} that we will, for convenience, place in
     6930the \code{s} component of the output \code{psEarthPole}.
    69226931\begin{prototype}
    69236932psEarthPole *psEOC_PolarTideCorr(const psTime *time);
Note: See TracChangeset for help on using the changeset viewer.