IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1608


Ignore:
Timestamp:
Aug 24, 2004, 9:32:18 AM (22 years ago)
Author:
eugene
Message:

minor changes

Location:
trunk/doc/pslib
Files:
3 edited

Legend:

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

    r1601 r1608  
    8989reports (up to bug number 64).
    9090
    91 \subsection{Changes from Revision 02 (22 June 2004) to 05 (16 August 2004)}
     91\subsection{Changes from Revision 02 (22 June 2004) to 06 (19 August 2004)}
    9292
    9393\begin{itemize}
  • trunk/doc/pslib/psLibADD.tex

    r1583 r1608  
    1 %%% $Id: psLibADD.tex,v 1.29 2004-08-19 02:45:14 eugene Exp $
     1%%% $Id: psLibADD.tex,v 1.30 2004-08-24 19:32:18 eugene Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    1212\project{Pan-STARRS Image Processing Pipeline}
    1313\organization{Institute for Astronomy}
    14 \version{04}
     14\version{05}
    1515\docnumber{PSDC-430-006}
    1616
     
    12961296\subsubsection{Offsets}
    12971297
    1298 
    1299 
    1300 
     1298\tbd{write down Offset calculation (from Bugzilla)}
     1299\tbd{define RadialCut}
     1300\tbd{define ImageCut}
     1301\tbd{define SINC, BICUBIC interpolation}
     1302\tbd{define sunrise, sunset, sun position}
     1303\tbd{define moonrise, moonset, moon position, moon phase}
     1304\tbd{define planet functions}
     1305\tbd{clean up psProjections}
     1306\tbd{clean up FITS I/O issues}
     1307\tbd{define Brent's method \& minimization bracketing}
    13011308
    13021309%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  • trunk/doc/pslib/psLibSDRS.tex

    r1592 r1608  
    1 %%% $Id: psLibSDRS.tex,v 1.82 2004-08-19 04:32:24 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.83 2004-08-24 19:32:18 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    1010\project{Pan-STARRS Image Processing Pipeline}
    1111\organization{Institute for Astronomy}
    12 \version{05}
     12\version{06}
    1313\docnumber{PSDC-430-007}
    1414% note the use of the docnumber & version number:
     
    23912391vector value is specified by \code{stats}.  Only one of the statistics
    23922392choices may be specified, otherwise the function must return an error.
    2393 This function must be defined for the following types: \code{psS8},
     2393The \code{mask} and \code{maskVal} entries are passed to the psLib
     2394statistics function used to calculate the ensemble statistics.  This
     2395function must be defined for the following types: \code{psS8},
    23942396\code{psU16}, \code{psF32}, \code{psF64}
    23952397
     
    24092411statistic used to derive the output vector value is specified by
    24102412\code{stats}.  Only one of the statistics choices may be specified,
    2411 otherwise the function must return an error.  This function must be
     2413otherwise the function must return an error.  The \code{mask} and
     2414\code{maskVal} entries are passed to the psLib statistics function
     2415used to calculate the ensemble statistics.  This function must be
    24122416defined for the following types: \code{psS8}, \code{psU16},
    24132417\code{psF32}, \code{psF64}.
     
    24442448corresponding set of input image pixels based on the statistics
    24452449specified by \code{stats}.  Only one of the statistics choices may be
    2446 specified, otherwise the function must return an error.  This function
    2447 must be defined for the following types: \code{psU8}, \code{psU16},
    2448 \code{psS8}, \code{psS16}, \code{psF32}, \code{psF64}, \code{psC32},
    2449 \code{psC64}.
     2450specified, otherwise the function must return an error.  The
     2451\code{mask} and \code{maskVal} entries are passed to the psLib
     2452statistics function used to calculate the ensemble statistics.  This
     2453function must be defined for the following types: \code{psU8},
     2454\code{psU16}, \code{psS8}, \code{psS16}, \code{psF32}, \code{psF64},
     2455\code{psC32}, \code{psC64}.
    24502456
    24512457\begin{verbatim}
     
    25212527Construct a histogram from an image (or subimage).  The histogram to
    25222528generate is specified by \code{psHistogram hist} (see
    2523 section~\ref{sec:histograms}).  This function must be defined for the
    2524 following types: \code{psS8}, \code{psU16}, \code{psF32}, \code{psF64}.
     2529section~\ref{sec:histograms}).  The \code{mask} and \code{maskVal}
     2530entries are passed to the psLib statistics function used to calculate
     2531the ensemble statistics.  This function must be defined for the
     2532following types: \code{psS8}, \code{psU16}, \code{psF32},
     2533\code{psF64}.
    25252534
    25262535\begin{verbatim}
     
    38043813\appendix
    38053814
    3806 \pagebreak
    3807 \section{API Summary: all functions}
    3808 
    3809 \subsection{System Utilities}
    3810 \input{psSystemGroup.tex}
    3811 
    3812 \subsection{Data Containers}
    3813 \input{psDataGroup.tex}
    3814 
    3815 \subsection{Math Utilities}
    3816 \input{psMathGroup.tex}
     3815%\pagebreak
     3816%\section{API Summary: all functions}
     3817
     3818%\subsection{System Utilities}
     3819%\input{psSystemGroup.tex}
     3820
     3821%\subsection{Data Containers}
     3822%\input{psDataGroup.tex}
     3823
     3824%\subsection{Math Utilities}
     3825%\input{psMathGroup.tex}
    38173826 
    3818 \subsection{Astronomy Functions}
    3819 \input{psAstroGroup.tex}
    3820 
    3821 \pagebreak
    3822 \section{API Summary: all structures}
    3823 \input{psStructures.tex}
     3827%\subsection{Astronomy Functions}
     3828%\input{psAstroGroup.tex}
     3829
     3830%\pagebreak
     3831%\section{API Summary: all structures}
     3832%\input{psStructures.tex}
    38243833
    38253834\section{Revision Change Log}
    38263835\input{ChangeLogSDRS.tex}
    38273836
    3828 \bibliographystyle{plain} \bibliography{panstarrs}
     3837%\bibliographystyle{plain} \bibliography{panstarrs}
    38293838
    38303839\end{document}
Note: See TracChangeset for help on using the changeset viewer.