IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4514


Ignore:
Timestamp:
Jul 7, 2005, 5:59:17 PM (21 years ago)
Author:
Paul Price
Message:

Getting rid of extraneous equation numbers.

File:
1 edited

Legend:

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

    r4513 r4514  
    1 %%% $Id: psLibADD.tex,v 1.78 2005-07-08 03:58:24 price Exp $
     1%%% $Id: psLibADD.tex,v 1.79 2005-07-08 03:59:17 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    15161516p_0 & = & \cos \delta \cos \alpha \\
    15171517p_1 & = & \cos \delta \sin \alpha \\
    1518 p_2 & = & \sin \delta \\
     1518p_2 & = & \sin \delta
    15191519\end{eqnarray}
    15201520and we set the scalar value to zero, $p_3 = 0$.
     
    15241524\begin{eqnarray}
    15251525\phi & = & \arctan(p_1, p_0) \\
    1526 \theta & = & \arcsin(p_2) \\
     1526\theta & = & \arcsin(p_2)
    15271527\end{eqnarray}
    15281528where $\phi$ is the longitude and $\theta$ is the latitude.  Note that
     
    15381538r_1 & = & v_y \sin(\theta/2) \\
    15391539r_2 & = & v_z \sin(\theta/2) \\
    1540 r_3 & = & \cos(\theta/2) \\
     1540r_3 & = & \cos(\theta/2)
    15411541\end{eqnarray}
    15421542Note that the sine and cosine are taken of the half-angle of the
     
    15541554p_1 & = & -b_2 a_0 + b_3 a_1 + b_0 a_2 + b_1 a_3 \\
    15551555p_2 & = &  b_1 a_0 - b_0 a_1 + b_3 a_2 + b_2 a_3 \\
    1556 p_3 & = & -b_0 a_0 - b_1 a_1 - b_2 a_2 + b_3 a_3 \\
     1556p_3 & = & -b_0 a_0 - b_1 a_1 - b_2 a_2 + b_3 a_3
    15571557\end{eqnarray}
    15581558
     
    15931593r_1 & = & 0 \\
    15941594r_2 & = & \sin(\alpha_p/2) \\
    1595 r_3 & = & \cos(\alpha_p/2) \\
     1595r_3 & = & \cos(\alpha_p/2)
    15961596\end{eqnarray}
    15971597\item Second, about the Y axis:
     
    16001600s_1 & = & \sin(\delta_p/2) \\
    16011601s_2 & = & 0 \\
    1602 s_3 & = & \cos(\delta_p/2) \\
     1602s_3 & = & \cos(\delta_p/2)
    16031603\end{eqnarray}
    16041604\item Finally, about the Z axis again:
     
    16071607t_1 & = & 0 \\
    16081608t_2 & = & \sin(\phi_p/2) \\
    1609 t_3 & = & \cos(\phi_p/2) \\
     1609t_3 & = & \cos(\phi_p/2)
    16101610\end{eqnarray}
    16111611\end{itemize}
     
    16301630    rot_{z,x} & = & 2 (q_0 q_2 + q_1 q_3) \\
    16311631    rot_{y,z} & = & 2 (q_1 q_2 + q_0 q_3) \\
    1632     rot_{z,y} & = & 2 (q_1 q_2 - q_0 q_3) \\
     1632    rot_{z,y} & = & 2 (q_1 q_2 - q_0 q_3)
    16331633\end{eqnarray}
    16341634
Note: See TracChangeset for help on using the changeset viewer.