IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5938


Ignore:
Timestamp:
Jan 6, 2006, 5:10:54 PM (20 years ago)
Author:
Paul Price
Message:

Spelling.

File:
1 edited

Legend:

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

    r5915 r5938  
    1 %%% $Id: psLibSDRS.tex,v 1.372 2006-01-06 02:39:46 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.373 2006-01-07 03:10:54 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    69546954typedef enum {
    69556955  PS_PRECESS_ROUGH,
    6956   PS_PRECESS_COMPLETE,
    69576956  PS_PRECESS_IAU2000A,
     6957  PS_PRECESS_COMPLETE_A,
     6958  PS_PRECESS_COMPLETE_B
    69586959} psPrecessMethod;
    69596960\end{datatype}
     6961
     6962\code{PS_PRECESS_ROUGH} indicates that an approximate precession
     6963rotation is determined from a cubic polynomial in the time difference
     6964(ADD 3.4.3).  \code{PS_PRECESS_IAU2000A} indicates that the precession
     6965rotation is determined from differencing the two rotations obtained
     6966from applying the IAU 2000A model (\code{psEOC_PrecessionModel},
     6967followed by \code{psSphereRot_CEOtoGCRS}) at each epoch.
     6968\code{PS_PRECESS_COMPLETE_A} and \code{PS_PRECESS_COMPLETE_B}
     6969indicates that the precession rotation is the same as for
     6970\code{PS_PRECESS_IAU2000A}, except that the earth pole correction
     6971published by the IERS is included (using the appropriate bulletin in
     6972\code{psEOC_PrecessionCorr} --- \code{PS_IERS_A} for
     6973\code{PS_PRECESS_COMPLETE_A}, and \code{PS_IERS_B} for
     6974\code{PS_PRECESS_COMPLETE_B}).
    69606975
    69616976\subsection{Atmospheric Effects}
Note: See TracChangeset for help on using the changeset viewer.