Changeset 1608
- Timestamp:
- Aug 24, 2004, 9:32:18 AM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 3 edited
-
ChangeLogSDRS.tex (modified) (1 diff)
-
psLibADD.tex (modified) (3 diffs)
-
psLibSDRS.tex (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r1601 r1608 89 89 reports (up to bug number 64). 90 90 91 \subsection{Changes from Revision 02 (22 June 2004) to 0 5 (16August 2004)}91 \subsection{Changes from Revision 02 (22 June 2004) to 06 (19 August 2004)} 92 92 93 93 \begin{itemize} -
trunk/doc/pslib/psLibADD.tex
r1583 r1608 1 %%% $Id: psLibADD.tex,v 1. 29 2004-08-19 02:45:14eugene Exp $1 %%% $Id: psLibADD.tex,v 1.30 2004-08-24 19:32:18 eugene Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 12 12 \project{Pan-STARRS Image Processing Pipeline} 13 13 \organization{Institute for Astronomy} 14 \version{0 4}14 \version{05} 15 15 \docnumber{PSDC-430-006} 16 16 … … 1296 1296 \subsubsection{Offsets} 1297 1297 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} 1301 1308 1302 1309 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -
trunk/doc/pslib/psLibSDRS.tex
r1592 r1608 1 %%% $Id: psLibSDRS.tex,v 1.8 2 2004-08-19 04:32:24 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.83 2004-08-24 19:32:18 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 10 10 \project{Pan-STARRS Image Processing Pipeline} 11 11 \organization{Institute for Astronomy} 12 \version{0 5}12 \version{06} 13 13 \docnumber{PSDC-430-007} 14 14 % note the use of the docnumber & version number: … … 2391 2391 vector value is specified by \code{stats}. Only one of the statistics 2392 2392 choices may be specified, otherwise the function must return an error. 2393 This function must be defined for the following types: \code{psS8}, 2393 The \code{mask} and \code{maskVal} entries are passed to the psLib 2394 statistics function used to calculate the ensemble statistics. This 2395 function must be defined for the following types: \code{psS8}, 2394 2396 \code{psU16}, \code{psF32}, \code{psF64} 2395 2397 … … 2409 2411 statistic used to derive the output vector value is specified by 2410 2412 \code{stats}. Only one of the statistics choices may be specified, 2411 otherwise the function must return an error. This function must be 2413 otherwise the function must return an error. The \code{mask} and 2414 \code{maskVal} entries are passed to the psLib statistics function 2415 used to calculate the ensemble statistics. This function must be 2412 2416 defined for the following types: \code{psS8}, \code{psU16}, 2413 2417 \code{psF32}, \code{psF64}. … … 2444 2448 corresponding set of input image pixels based on the statistics 2445 2449 specified 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}. 2450 specified, otherwise the function must return an error. The 2451 \code{mask} and \code{maskVal} entries are passed to the psLib 2452 statistics function used to calculate the ensemble statistics. This 2453 function 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}. 2450 2456 2451 2457 \begin{verbatim} … … 2521 2527 Construct a histogram from an image (or subimage). The histogram to 2522 2528 generate 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}. 2529 section~\ref{sec:histograms}). The \code{mask} and \code{maskVal} 2530 entries are passed to the psLib statistics function used to calculate 2531 the ensemble statistics. This function must be defined for the 2532 following types: \code{psS8}, \code{psU16}, \code{psF32}, 2533 \code{psF64}. 2525 2534 2526 2535 \begin{verbatim} … … 3804 3813 \appendix 3805 3814 3806 \pagebreak3807 \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} 3817 3826 3818 \subsection{Astronomy Functions}3819 \input{psAstroGroup.tex}3820 3821 \pagebreak3822 \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} 3824 3833 3825 3834 \section{Revision Change Log} 3826 3835 \input{ChangeLogSDRS.tex} 3827 3836 3828 \bibliographystyle{plain} \bibliography{panstarrs}3837 %\bibliographystyle{plain} \bibliography{panstarrs} 3829 3838 3830 3839 \end{document}
Note:
See TracChangeset
for help on using the changeset viewer.
