IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4458


Ignore:
Timestamp:
Jul 5, 2005, 5:39:01 PM (21 years ago)
Author:
Paul Price
Message:

Fixes for bugs 472,473.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r4455 r4458  
    1 %%% $Id: psLibSDRS.tex,v 1.310 2005-07-06 01:01:13 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.311 2005-07-06 03:39:01 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    28512851    psVector *index;                    ///< Index values
    28522852    psArray *values;                    ///< Corresponding values: an array of vectors
    2853     const psF64 validFrom, validTo;     ///< Range of validity
     2853    const double validFrom, validTo;     ///< Range of validity
    28542854} psLookupTable;
    28552855\end{datatype}
     
    29172917
    29182918\begin{prototype}
    2919 double psLookupTableInterpolate(const psLookupTable *table, double index, long column);
    2920 psVector *psLookupTableInterpolateAll(const psLookupTable *table, double index, psVector *stats);
     2919double psLookupTableInterpolate(const psLookupTable *table, double index,
     2920                                long column);
     2921psVector *psLookupTableInterpolateAll(const psLookupTable *table,
     2922                                      double index, psVector *stats);
    29212923\end{prototype}
    29222924Both functions shall interpolate the \code{table} at the provided
Note: See TracChangeset for help on using the changeset viewer.