Changeset 4458
- Timestamp:
- Jul 5, 2005, 5:39:01 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4455 r4458 1 %%% $Id: psLibSDRS.tex,v 1.31 0 2005-07-06 01:01:13price Exp $1 %%% $Id: psLibSDRS.tex,v 1.311 2005-07-06 03:39:01 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2851 2851 psVector *index; ///< Index values 2852 2852 psArray *values; ///< Corresponding values: an array of vectors 2853 const psF64validFrom, validTo; ///< Range of validity2853 const double validFrom, validTo; ///< Range of validity 2854 2854 } psLookupTable; 2855 2855 \end{datatype} … … 2917 2917 2918 2918 \begin{prototype} 2919 double psLookupTableInterpolate(const psLookupTable *table, double index, long column); 2920 psVector *psLookupTableInterpolateAll(const psLookupTable *table, double index, psVector *stats); 2919 double psLookupTableInterpolate(const psLookupTable *table, double index, 2920 long column); 2921 psVector *psLookupTableInterpolateAll(const psLookupTable *table, 2922 double index, psVector *stats); 2921 2923 \end{prototype} 2922 2924 Both functions shall interpolate the \code{table} at the provided
Note:
See TracChangeset
for help on using the changeset viewer.
