IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5054


Ignore:
Timestamp:
Sep 14, 2005, 5:31:51 PM (21 years ago)
Author:
Paul Price
Message:

Changed some functions to verbatim to remove from api-delta

File:
1 edited

Legend:

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

    r5037 r5054  
    1 %%% $Id: psLibSDRS.tex,v 1.336 2005-09-13 21:28:03 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.337 2005-09-15 03:31:51 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    69486948the atmospheric refraction.
    69496949
    6950 \begin{prototype}
     6950\begin{verbatim}
    69516951float psGetAirmass(const psSphere *coord, psTime *lst, float altitude);
    6952 \end{prototype}
     6952\end{verbatim}
    69536953which returns the airmass for a given position and local sidereal time
    69546954(\code{lst}).
    69556955
    6956 \begin{prototype}
     6956\begin{verbatim}
    69576957float psGetParallactic(const psSphere *coord, double siderealTime);
    6958 \end{prototype}
     6958\end{verbatim}
    69596959which returns the parallactic angle for a given position and sidereal time.
    69606960
    6961 \begin{prototype}
     6961\begin{verbatim}
    69626962float psGetRefraction(float colour,            ///< Colour of object
    69636963                      psPhotSystem colorPlus,  ///< Colour reference
    69646964                      psPhotSystem colorMinus, ///< Colour reference
    69656965                      const psExposure *exp);  ///< Telescope pointing information
    6966 \end{prototype}
     6966\end{verbatim}
    69676967which provides an estimate of the atmospheric refraction, along the parallactic angle.
    69686968
Note: See TracChangeset for help on using the changeset viewer.