Changeset 1619
- Timestamp:
- Aug 24, 2004, 6:37:48 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1611 r1619 1 %%% $Id: psLibSDRS.tex,v 1.8 4 2004-08-24 20:01:50price Exp $1 %%% $Id: psLibSDRS.tex,v 1.85 2004-08-25 04:37:48 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3080 3080 and returned. 3081 3081 3082 To convert to or from Local Mean Sidereal Time, it is necessary to3083 provide the local longitude as well: 3084 % 3085 \begin{verbatim} 3086 psTime *psTimeToLST(psTime *time, double longitude); 3087 ps Time *psTimeFromLST(psTime *time, doublelongitude);3082 To convert to Local Mean Sidereal Time, it is necessary to provide the 3083 local longitude (specified in radians, positive East of Greenwich) as 3084 well: 3085 % 3086 \begin{verbatim} 3087 psF64 *psTimeToLST(psTime *time, psF64 longitude); 3088 3088 \end{verbatim} 3089 3089 % … … 3097 3097 double psTimeGetUT1Delta(const psTime *time); 3098 3098 psSphere *psTimeGetPoleCoords(const psTime *time); 3099 \end{verbatim} 3100 3101 Leap seconds are added to UTC in order to keep it within 0.9s of UT1 3102 (which is defined relative to the Earth's rotation, and hence is 3103 useful for astronomical purposes). The following function, 3104 \code{psTimeLeapSeconds}, shall calculate the number of leap seconds 3105 added between two times: 3106 % 3107 \begin{verbatim} 3108 long psTimeLeapSeconds(const psTime *time1, const psTime *time2); 3099 3109 \end{verbatim} 3100 3110
Note:
See TracChangeset
for help on using the changeset viewer.
