Changeset 5967
- Timestamp:
- Jan 11, 2006, 11:15:20 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5938 r5967 1 %%% $Id: psLibSDRS.tex,v 1.37 3 2006-01-07 03:10:54price Exp $1 %%% $Id: psLibSDRS.tex,v 1.374 2006-01-11 21:15:20 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 6866 6866 \end{datatype} 6867 6867 6868 The constructor is: 6869 \begin{prototype} 6870 psEarthPole *psEarthPoleAlloc(void); 6871 \end{prototype} 6872 6868 6873 \paragraph{Precession/Nutation} 6869 6874 … … 6904 6909 The following routine calculates the rotation of the Earth about the CIP: 6905 6910 \begin{prototype} 6906 psSphereRot *psSphereRot_TEOtoCEO(const psTime *time )6911 psSphereRot *psSphereRot_TEOtoCEO(const psTime *time, psEarthPole *tidalCorr) 6907 6912 \end{prototype} 6908 6913 The IERS code to create the comparable rotation is embedded in 6909 T2C2000, with the Earth Rotation Angle calculated by ERA2000. 6914 T2C2000, with the Earth Rotation Angle calculated by ERA2000. The 6915 tidal correction, \code{tidalCorr} from \code{psEOC_PolarTideCorr} is 6916 used to correct UT1. 6910 6917 6911 6918 \paragraph{Polar Motion} … … 6919 6926 The following function provides tidal corrections to the polar motion 6920 6927 components, $x_p$ and $y_p$, using the Ray model of Simon et al (see 6921 ADD). 6928 ADD). It also provides a time correction to UT1 for 6929 \code{psSphereRot_TEOtoCEO} that we will, for convenience, place in 6930 the \code{s} component of the output \code{psEarthPole}. 6922 6931 \begin{prototype} 6923 6932 psEarthPole *psEOC_PolarTideCorr(const psTime *time);
Note:
See TracChangeset
for help on using the changeset viewer.
