Changeset 10587 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 8, 2006, 2:31:16 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
