Changeset 3657
- Timestamp:
- Apr 4, 2005, 2:48:40 PM (21 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 1 added
- 3 edited
-
ChangeLogSDRS.tex (modified) (4 diffs)
-
Makefile (modified) (2 diffs)
-
psLibSDRS.tex (modified) (4 diffs)
-
timeTests.tex (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r3653 r3657 1 %%% $Id: ChangeLogSDRS.tex,v 1.8 1 2005-04-04 23:19:51jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.82 2005-04-05 00:48:40 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 506 506 \item Change \code{psTime} math rules 507 507 \item Change ``Time Tables'' to have IERS Bulliten A \& B 508 \item Remove Configuration File Grammar appendix 509 \item Add Configuration File Test Inputs appendix 508 \item Add Dates \& Times Test Inputs appendix 509 \end{itemize} 510 510 511 \item Adding logical operations (and, or) to \code{psBinaryOp}. 511 \end{itemize}512 512 513 513 \item Substantial reorganization: … … 523 523 \item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentionaly imposed on 3rd party code. 524 524 \item Add database support for ``auto-incrementing'' 525 525 526 \item Changes to Configuration Files: 526 527 \begin{itemize} … … 528 529 \item Change ``multiple symbol'' declaration format to \code{[keyword] MULTI} 529 530 \item Add Scoping Rules 530 \end{itemize} 531 \item Remove Configuration File Grammar appendix 532 \item Add Configuration File Test Inputs appendix 533 \end{itemize} 534 531 535 \item Add \code{PS_META_TIME} to \code{psMetadataType} 532 536 \end{itemize} -
trunk/doc/pslib/Makefile
r3499 r3657 1 # $Id: Makefile,v 1.1 3 2005-03-24 23:20:55jhoblitt Exp $1 # $Id: Makefile,v 1.14 2005-04-05 00:48:40 jhoblitt Exp $ 2 2 3 3 PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex … … 12 12 all : psLibSDRS.pdf psLibADD.pdf 13 13 14 psLibSDRS.pdf: psLibSDRS_Astrom.tex ChangeLogSDRS.tex configFileTests.tex 14 psLibSDRS.pdf: psLibSDRS_Astrom.tex ChangeLogSDRS.tex configFileTests.tex timeTests.tex 15 15 psLibADD.pdf: psLibADD.tex ChangeLogADD.tex 16 16 -
trunk/doc/pslib/psLibSDRS.tex
r3654 r3657 1 %%% $Id: psLibSDRS.tex,v 1.19 6 2005-04-04 23:23:04jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.197 2005-04-05 00:48:40 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4605 4605 4606 4606 \subsection{Dates and times} 4607 \label{sec:timespec} 4607 4608 4608 4609 \subsubsection{Overview} … … 4897 4898 @psLib.time.predict.dut F64 -0.4944, -0.00023, 53262.0 4898 4899 \end{verbatim} 4900 4901 A series of test inputs is contained in \S\ref{sec:timetest}. 4899 4902 4900 4903 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 5704 5707 \input{configFileTests.tex} 5705 5708 5709 \section{Dates \& Times Test Inputs} 5710 \label{sec:timetest} 5711 5712 Here are a series of test inputs for the \code{psTime}(\S\ref{sec:timespec}) 5713 ISO8601 parsing and formatting functions. These tests will also validate the 5714 behavior of \code{psTime}'s conversion algorithms. 5715 5716 \input{timeTests.tex} 5717 5706 5718 \section{Revision Change Log} 5707 5719 \input{ChangeLogSDRS.tex}
Note:
See TracChangeset
for help on using the changeset viewer.
