Changeset 4095
- Timestamp:
- Jun 2, 2005, 4:34:13 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogADD.tex (modified) (1 diff)
-
psLibADD.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogADD.tex
r3772 r4095 58 58 \item fixed some typos in the definition of the rotation from CEO to GCRS (Eqn~\ref{CEOtoGCRS}). 59 59 \item added references to the SDRS APIs for the Earth Orientation section 60 \end{itemize} 60 61 62 \subsection{Changes from version 11 (27 April 2005) to present} 63 64 \begin{itemize} 65 \item Removed all references to slalib. 61 66 \end{itemize} -
trunk/doc/pslib/psLibADD.tex
r3772 r4095 1 %%% $Id: psLibADD.tex,v 1.7 3 2005-04-27 19:59:04 eugene Exp $1 %%% $Id: psLibADD.tex,v 1.74 2005-06-03 02:34:13 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 54 54 \DocumentsExternalSection 55 55 Posix Standard & Open Group Based Specifications Issue 6, IEEE Std 1003.1, 2003 \\ \hline 56 SLALIB Positional Astronomy Library & \code{http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html } \\ \hline57 56 Numerical Recipes (NR) & Press, Teukolsky, Vetterline, Flannery \\ \hline 58 57 Knuth, D.E. & Sorting and Searching; The Art of Computer Programming \\ \hline … … 2322 2321 \subsection{General Astronomy Functions} 2323 2322 2324 \tbd{we will provide a new airmass function} 2325 2326 The airmass is calculated using the SLALIB function \code{sla_AIRMAS}. 2327 2328 The parallactic angle is calculated using the SLALIB function \code{sla_PA}. 2329 2330 %The parallax factors are calculated using the following formulae 2331 %(Smart et al.\ 2003, A\&A, 404, 317): 2332 %\begin{eqnarray} 2333 %P_\xi & = & \cos \alpha \sin \lambda \cos \epsilon - \sin \alpha \cos \lambda \\ 2334 %P_\eta & = & (\sin \epsilon \cos \delta - \cos \epsilon \sin \alpha \sin \delta) \sin \lambda - \cos \alpha \sin \delta \cos \lambda 2335 %\end{eqnarray} 2336 %where $\alpha$ is the Right Ascension, $\delta$ is the Declination, 2337 %$\lambda$ is the solar longitude, and $\epsilon = 23^\circ 27'08''.26$ 2338 %is the inclination of the ecliptic. The solar longitude is obtained 2339 %from the ecliptic coordinates of the Sun. 2340 2341 \tbd{we will provide a new mean-to-apparent conversion} 2342 2343 To calculate the parallax factors, get the mean-to-apparent parameters 2344 (\code{sla_MAPPA}) for a mean epoch of 2000.0, and, given the mean 2345 position of interest, calculate the apparent position 2346 (\code{sla_MAPQK}) for a parallax of 1.0 arcsec $(\alpha_1,\delta_1)$, 2347 and a parallax of 0.0 arcsec $(\alpha_0,\delta_0)$. Then the parallax 2348 factors in radians are: 2349 \begin{eqnarray} 2350 P_x & = & 3,600 (180^\circ/\pi) (\alpha_1 - \alpha_0) cos (\delta_0) \\ 2351 P_y & = & 3,600 (180^\circ/\pi) (\delta_1 - \delta_0) 2352 \end{eqnarray} 2323 \tbd{we will provide a new airmass function, and a new mean-to-apparent conversion} 2353 2324 2354 2325 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 2356 2327 \subsection{Positions of Major Solar System Objects} 2357 2328 2358 \tbd{ephemerides code to replace this?} 2359 2360 The SLALIB function \code{SLA_RDPLAN} returns the apparent position of 2361 a specified planet, or the Moon. 2362 2363 To calculate the position of the Sun, use \code{sla_EVP} to get the 2364 position of the earth relative to the Sun, and convert from the 2365 cartesian coordinates to spherical using \code{sla_DCC2S}, and 2366 calculate the position on the opposite side of the sphere ($\alpha 2367 \rightarrow \alpha + 12 {\rm hrs}$ and $\delta \rightarrow -\delta$). 2329 \tbd{ephemerides code?} 2368 2330 2369 2331 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
