IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3178


Ignore:
Timestamp:
Feb 9, 2005, 3:28:07 PM (21 years ago)
Author:
eugene
Message:

minor mods

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/Makefile

    r3077 r3178  
    1 # $Id: Makefile,v 1.11 2005-01-24 22:07:38 price Exp $
     1# $Id: Makefile,v 1.12 2005-02-10 01:28:07 eugene Exp $
    22
    33PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex
    44PSLATEX  = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): latex
     5
     6help:
     7        @echo "USAGE: make (target)"
     8        @echo "  targets:  sdrs add all"
    59
    610sdrs: psLibSDRS.pdf
  • trunk/doc/pslib/psLibADD.tex

    r3173 r3178  
    1 %%% $Id: psLibADD.tex,v 1.60 2005-02-09 21:56:45 price Exp $
     1%%% $Id: psLibADD.tex,v 1.61 2005-02-10 01:28:07 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    776776the
    777777\href{http://star-www.rl.ac.uk/star/docs/sun67.htx/sun67.html}{SLALIB
    778 Positional Astronomy Library}.
     778Positional Astronomy Library}.  \tbd{SLAlib support will be dropped in
     779the next release}
    779780
    780781\subsubsection{Time}
     
    10551056\paragraph{Polar Coordinates}
    10561057
    1057 The polar coordinates, $x_p$ and $y_p$, required for \code{SLA_AOPPA}
    1058 (and hence the \code{psGrommit}s), may be calculated through table
    1059 lookups.
     1058The polar coordinates, $x_p$ and $y_p$, required for the
     1059transformation from tangent plane to celestial coordiates (and hence
     1060\code{psGrommit}), may be calculated through table lookups.
    10601061
    10611062%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    16361637\subsubsection{Tangent Plane to Sky}
    16371638
     1639\tbd{we will replace the SLALIB version of AOPPA with a new function}
     1640
    16381641Mappings between the tangent plane and the sky will be implemented
    16391642using SLALIB.
     
    16911694\subsubsection{General Astronomy Functions}
    16921695
     1696\tbd{we will provide a new airmass function}
     1697
    16931698The airmass is calculated using the SLALIB function \code{sla_AIRMAS}.
    16941699
     
    17061711%from the ecliptic coordinates of the Sun.
    17071712
     1713\tbd{we will provide a new mean-to-apparent conversion}
     1714
    17081715To calculate the parallax factors, get the mean-to-apparent parameters
    17091716(\code{sla_MAPPA}) for a mean epoch of 2000.0, and, given the mean
     
    17201727
    17211728\subsubsection{Positions of Major Solar System Objects}
     1729
     1730\tbd{ephemerides code to replace this}
    17221731
    17231732The SLALIB function \code{SLA_RDPLAN} returns the apparent position of
Note: See TracChangeset for help on using the changeset viewer.