Changeset 1768 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Sep 9, 2004, 2:23:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1767 r1768 1 %%% $Id: psLibSDRS.tex,v 1.1 19 2004-09-10 00:17:59 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.120 2004-09-10 00:23:39 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 176 176 \item Set the error codes for PSLib. 177 177 \item Seed the random number generator. 178 \item Read the \code{psTime Table} configuration file and set up the179 a ppropriate \code{psTimeTable}s and predictions.178 \item Read the \code{psTime} configuration file (\code{timeConfig}) 179 and set up the appropriate \code{psTimeTable}s and predictions. 180 180 \end{itemize} 181 181 182 182 The prototype is: 183 183 \begin{verbatim} 184 void psLibInit(bool predictable );184 void psLibInit(bool predictable, const char *timeConfig); 185 185 \end{verbatim} 186 186 … … 190 190 generator shall be seeded from \code{/dev/random} if it exists, 191 191 otherwise from the system clock. 192 193 \code{timeConfig} specifies the filename of the configuration file 194 for \code{psTime} metadata. 192 195 193 196 … … 3340 3343 \begin{tabular}{l|l} \hline 3341 3344 Metadata key & Purpose \\ \hline 3345 psLib.time.tables.dir & Time table directory \\ 3342 3346 psLib.time.tables.files & Time table file names (space-delimited) \\ 3343 3347 psLib.time.tables.from & Time tables are valid from these MJDs (vector) \\ … … 3360 3364 \begin{verbatim} 3361 3365 # This configuration file specifies values required for time calculations by psLib. 3366 psLib.time.tables.dir STR /home/panstarrs/psLib/config/ # Directory for time tables 3362 3367 psLib.time.tables.n U8 2 # Number of time tables 3363 3368 psLib.time.tables.files STR bulletinA_09Sep2004.dat eopc01_1900_2004.40.dat # These are the file names
Note:
See TracChangeset
for help on using the changeset viewer.
