IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4709


Ignore:
Timestamp:
Aug 4, 2005, 4:59:27 PM (21 years ago)
Author:
Paul Price
Message:

pmConfigRead shall call psTimeInitialize

Location:
trunk/doc/modules
Files:
2 edited

Legend:

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

    r4696 r4709  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.26 2005-08-02 00:57:00 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.27 2005-08-05 02:59:27 price Exp $
    22
    33\subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
     
    9393\item Added \code{CELL.READDIR} to specify read direction; \code{pmCellGetReaddir}.
    9494\item \code{pmFPAMorph} specified, ready for coding.
     95\item \code{pmConfigRead} shall call \code{psTimeInitialize}.
    9596\end{itemize}
  • trunk/doc/modules/ModulesSDRS.tex

    r4609 r4709  
    1 %%% $Id: ModulesSDRS.tex,v 1.50 2005-07-25 23:23:28 price Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.51 2005-08-05 02:59:27 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    142142  filename of the camera configuration file (of type \code{STR}) as
    143143  the data.
     144\item \code{TIME} of type \code{STR}: The time configuration file (for
     145  \code{psTimeInitialize}).
    144146\end{itemize}
    145147
     
    170172        LRIS_RED        STR     lris_red.config
    171173END
     174
     175### psLib setup
     176TIME            STR     time.config             # Time configuration file
    172177\end{verbatim}
    173178
     
    611616the relevant options from the argument list; this simplifies
    612617assignment of the mandatory arguments, since all the optional command
    613 line arguments are removed leaving only the mandatory arguments.
     618line arguments are removed leaving only the mandatory arguments.  If
     619\code{TIME} configuration file is specified in the site configuration,
     620then the function shall also call \code{psTimeInitialize}.
    614621
    615622\code{pmConfigCameraFromHeader} shall load the \code{camera}
Note: See TracChangeset for help on using the changeset viewer.