IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3657


Ignore:
Timestamp:
Apr 4, 2005, 2:48:40 PM (21 years ago)
Author:
jhoblitt
Message:

add Dates & Times test inputs appendix

Location:
trunk/doc/pslib
Files:
1 added
3 edited

Legend:

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

    r3653 r3657  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.81 2005-04-04 23:19:51 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.82 2005-04-05 00:48:40 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    506506\item Change \code{psTime} math rules
    507507\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
    510511\item Adding logical operations (and, or) to \code{psBinaryOp}.
    511 \end{itemize}
    512512
    513513\item Substantial reorganization:
     
    523523\item Restrictions on the use of \code{malloc}, \code{calloc}, \code{realloc}, and \code{free} should not be unintentionaly imposed on 3rd party code.
    524524\item Add database support for ``auto-incrementing''
     525
    525526\item Changes to Configuration Files:
    526527\begin{itemize}
     
    528529\item Change ``multiple symbol'' declaration format to \code{[keyword] MULTI}
    529530\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
    531535\item Add \code{PS_META_TIME} to \code{psMetadataType}
    532536\end{itemize}
  • trunk/doc/pslib/Makefile

    r3499 r3657  
    1 # $Id: Makefile,v 1.13 2005-03-24 23:20:55 jhoblitt Exp $
     1# $Id: Makefile,v 1.14 2005-04-05 00:48:40 jhoblitt Exp $
    22
    33PDFLATEX = env TEXINPUTS=.:LaTeX:$(TEXINPUTS): pdflatex
     
    1212all : psLibSDRS.pdf psLibADD.pdf
    1313
    14 psLibSDRS.pdf: psLibSDRS_Astrom.tex ChangeLogSDRS.tex configFileTests.tex
     14psLibSDRS.pdf: psLibSDRS_Astrom.tex ChangeLogSDRS.tex configFileTests.tex timeTests.tex
    1515psLibADD.pdf: psLibADD.tex ChangeLogADD.tex
    1616
  • trunk/doc/pslib/psLibSDRS.tex

    r3654 r3657  
    1 %%% $Id: psLibSDRS.tex,v 1.196 2005-04-04 23:23:04 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.197 2005-04-05 00:48:40 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    46054605
    46064606\subsection{Dates and times}
     4607\label{sec:timespec}
    46074608
    46084609\subsubsection{Overview}
     
    48974898@psLib.time.predict.dut F64     -0.4944, -0.00023, 53262.0
    48984899\end{verbatim}
     4900
     4901A series of test inputs is contained in \S\ref{sec:timetest}.
    48994902
    49004903%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    57045707\input{configFileTests.tex}
    57055708
     5709\section{Dates \& Times Test Inputs}
     5710\label{sec:timetest}
     5711
     5712Here are a series of test inputs for the \code{psTime}(\S\ref{sec:timespec})
     5713ISO8601 parsing and formatting functions.  These tests will also validate the
     5714behavior of \code{psTime}'s conversion algorithms.
     5715
     5716\input{timeTests.tex}
     5717
    57065718\section{Revision Change Log}
    57075719\input{ChangeLogSDRS.tex}
Note: See TracChangeset for help on using the changeset viewer.