IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 2, 2005, 4:34:13 PM (21 years ago)
Author:
Paul Price
Message:

Removed references to slalib

File:
1 edited

Legend:

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

    r3772 r4095  
    1 %%% $Id: psLibADD.tex,v 1.73 2005-04-27 19:59:04 eugene Exp $
     1%%% $Id: psLibADD.tex,v 1.74 2005-06-03 02:34:13 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    5454\DocumentsExternalSection
    5555Posix 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 } \\ \hline
    5756Numerical Recipes (NR)              & Press, Teukolsky, Vetterline, Flannery \\ \hline
    5857Knuth, D.E.                         & Sorting and Searching; The Art of Computer Programming \\ \hline
     
    23222321\subsection{General Astronomy Functions}
    23232322
    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}
    23532324
    23542325%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    23562327\subsection{Positions of Major Solar System Objects}
    23572328
    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?}
    23682330
    23692331%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note: See TracChangeset for help on using the changeset viewer.