IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4126


Ignore:
Timestamp:
Jun 6, 2005, 3:03:45 PM (21 years ago)
Author:
jhoblitt
Message:

add psLookupStatusType

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4125 r4126  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.131 2005-06-07 00:45:29 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.132 2005-06-07 01:03:45 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    679679\item add \code{psMetadataLookupBool()}
    680680\item add \code{psFitsType}
    681 \item add missing \code{psImageRecycle} prototype (was already defined)
    682 \end{itemize}
     681\item add missing \code{psImageRecycle()} prototype (was already defined)
     682\item add \code{psLookupStatusType}
     683\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r4125 r4126  
    1 %%% $Id: psLibSDRS.tex,v 1.267 2005-06-07 00:45:29 jhoblitt Exp $
     1%%% $Id: psLibSDRS.tex,v 1.268 2005-06-07 01:03:45 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    20742074Interpolation on a lookup table is performed by the following
    20752075functions:
     2076\begin{datatype}
     2077typedef enum {
     2078    PS_LOOKUP_SUCCESS,                  ///< Table lookup succeeded
     2079    PS_LOOKUP_PAST_TOP,                 ///< Lookup off top of table
     2080    PS_LOOKUP_PAST_BOTTOM,              ///< Lookup off bottom of table
     2081    PS_LOOKUP_ERROR                     ///< Any other type of lookup error
     2082} psLookupStatusType;
     2083\end{datatype}
     2084
    20762085\begin{prototype}
    20772086double psLookupTableInterpolate(const psLookupTable *table, double index, long column, psLookupStatusType *status);
Note: See TracChangeset for help on using the changeset viewer.