Changeset 1558
- Timestamp:
- Aug 16, 2004, 5:18:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibADD.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibADD.tex
r1555 r1558 1 %%% $Id: psLibADD.tex,v 1.2 6 2004-08-17 03:09:16 price Exp $1 %%% $Id: psLibADD.tex,v 1.27 2004-08-17 03:18:19 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 694 694 695 695 Correct time representation is critical in astronomical software. 696 PSLib uses the \code{psTime} structure to represent all time 697 values. This structure represents a time which is equivalent to TAI 698 (International Atomic Time) and has the following properties: 699 \begin{itemize} 700 \item it represents both seconds and microseconds 701 \item the seconds are continuous (no leap seconds) 702 \item the zero reference point is \tbd{1970/01/01,00:00:10} UTC. 703 \end{itemize} 696 PSLib uses the \code{psTime} structure to represent all time values. 697 This structure represents a time which is consists of seconds and 698 fractions of seconds in a time system defined by the \code{psTimeType} 699 element \code{type}. Two possible time systems are currently 700 available: TAI and UTC. Both are defined in terms of the reference 701 epoch 1970-01-01T00:00:00Z, but with minor modifications for 702 leap-seconds as needed. The first represenatation, TAI (International 703 Atomic Time), has seconds of uniform length and no leap seconds. The 704 exact zero reference is 1970/01/01,00:00:10 UTC. The second 705 representations is UTC, which has seconds of uniform length and 706 leap-seconds as needed to adjust it to remain within 0.9 seconds of 707 the Earth's rotation. It has a zero-point of exactly 708 1970/01/01,00:00:00 UTC. 704 709 705 710 Julian Day (JD) and Modified Julian Day (MJD) are both continuous time … … 758 763 \end{verbatim} 759 764 765 The conversion from a time and longitude to local mean sidereal time 766 is performed using the SLA Lib function \code{sla_GMST}. This 767 function requires the value $\Delta$ UT1 = UTC - UT1. The value of 768 $\Delta$ UT1 may be determined from the following site in real time: 769 770 \code{ftp://maia.usno.navy.mil/ser7/ser7.dat} 771 772 In addition, the long-term values may be determined from the table 773 found at: \code{ftp://maia.usno.navy.mil/ser7/finals.all}. See also 774 the web page \code{http://maia.usno.navy.mil/}. The most significant 775 accuracy requirements are for the current value when calculating the 776 LST. For this purpose, the table above (\code{ser7.dat}), which 777 provides predictions over a 2 month period, must be made available 778 locally to PSLib and updated regularly. 779 760 780 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 761 781
Note:
See TracChangeset
for help on using the changeset viewer.
