Changeset 10587
- Timestamp:
- Dec 8, 2006, 2:31:16 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r8793 r10587 1 %%% $Id: ChangeLogSDRS.tex,v 1.21 2 2006-09-12 03:49:25 jhoblittExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.213 2006-12-09 00:31:16 eugene Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 923 923 \item add \code{psMetadataConfigPrint()} 924 924 \end{itemize} 925 926 \subsection{Changes from Revision 21 (24 July 2006) to present} 927 928 \begin{itemize} 929 \item dropped requirement for \code{psTimerStop} to return max elapsed time. 930 \item clarified return values for \code{psTimerMark} and \code{psTimerClear} in case of errors. 931 \item changed \code{psVectorStats} to return a bool 932 \item added \code{psStats->result} 933 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r9786 r10587 1 %%% $Id: psLibSDRS.tex,v 1.43 8 2006-10-30 21:54:44eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.439 2006-12-09 00:31:16 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 4847 4847 4848 4848 \begin{prototype} 4849 psStats *psVectorStats(psStats *stats, const psVector *in, const psVector *errors,4850 const psVector *mask, psMaskType maskVal);4849 bool psVectorStats(psStats *stats, const psVector *in, const psVector *errors, 4850 const psVector *mask, psMaskType maskVal); 4851 4851 \end{prototype} 4852 4852 % … … 4909 4909 double binsize; ///< binsize for robust fit (input/output) 4910 4910 long nSubsample; ///< maximum number of measuremenst (input) 4911 psStatsOptions options; ///< bitmask of calculated values 4911 psStatsOptions options; ///< bitmask of desired values 4912 psStatsOptions results; ///< bitmask of calculated values 4912 4913 } psStats; 4913 4914 \end{datatype} … … 7111 7112 psF64 psTimerMark(char *name); 7112 7113 psF64 psTimerClear(char *name); 7113 psF64psTimerStop(void);7114 bool psTimerStop(void); 7114 7115 \end{prototype} 7115 7116 … … 7117 7118 timers, under the supplied \code{name}. \code{psTimerMark} shall 7118 7119 return the elapsed time, in seconds, for the timer specified by 7119 \code{name}. \code{psTimerClear} resets the named timer. 7120 \code{psTimerStop} shall free all memory associated with all timers, 7121 so that no memory is leaked, and return the maximum time expended. 7120 \code{name}, or NAN if the timer does not exist. \code{psTimerClear} 7121 resets the named timer, return the elapsed time on that timer so far, 7122 or NAN if not currently defined. \code{psTimerStop} shall free all 7123 memory associated with all timers, so that no memory is leaked. 7122 7124 7123 7125 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
