IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4513


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

Fixing up so it compiles.

File:
1 edited

Legend:

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

    r4512 r4513  
    1 %%% $Id: psLibADD.tex,v 1.77 2005-07-08 03:55:45 price Exp $
     1%%% $Id: psLibADD.tex,v 1.78 2005-07-08 03:58:24 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    15231523inverse of the above equations:
    15241524\begin{eqnarray}
    1525 \phi & = & \atan(p_1, p_0) \\
    1526 \theta & = & \asin(p_2) \\
    1527 \end{eqnarray}
    1528 Note that in this case, we neglect the scalar component of the
    1529 quaternion --- it should be zero.
     1525\phi & = & \arctan(p_1, p_0) \\
     1526\theta & = & \arcsin(p_2) \\
     1527\end{eqnarray}
     1528where $\phi$ is the longitude and $\theta$ is the latitude.  Note that
     1529in this case, we neglect the scalar component of the quaternion --- it
     1530should be zero.
    15301531
    15311532\subsubsection{Quaternion for a rotation}
     
    15411542Note that the sine and cosine are taken of the half-angle of the
    15421543rotation.  Note also that this implies that the quaternion components
    1543 are normalized such that $|q| \equiv q_0^2 + q_1^2 + q_2^2 + q_3^2
     1544are normalized such that $|r| \equiv r_0^2 + r_1^2 + r_2^2 + r_3^2
    15441545= 1$.
    15451546
     
    15951596\end{eqnarray}
    15961597\item Second, about the Y axis:
     1598\begin{eqnarray}
    15971599s_0 & = & 0 \\
    15981600s_1 & = & \sin(\delta_p/2) \\
     
    16071609t_3 & = & \cos(\phi_p/2) \\
    16081610\end{eqnarray}
     1611\end{itemize}
    16091612
    16101613These three quaternions may be multiplied together to yield the
Note: See TracChangeset for help on using the changeset viewer.