IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5021


Ignore:
Timestamp:
Sep 12, 2005, 4:34:08 PM (21 years ago)
Author:
Paul Price
Message:

Added rawDataBuffer to psImage (bug 516).

File:
1 edited

Legend:

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

    r4982 r5021  
    1 %%% $Id: psLibSDRS.tex,v 1.334 2005-09-09 18:30:23 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.335 2005-09-13 02:34:08 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    34633463        psC32 **C32;                    ///< Pointers to complex floating-point data
    34643464        psC64 **C64;                    ///< Pointers to complex floating-point data
    3465         psPtr V;                        ///< Pointers to raw data
     3465        psPtr V;                        ///< Pointers to untyped data
    34663466    } data;
    34673467    const struct psImage *parent;       ///< parent, if a subimage
     3468    psPtr p_rawDataBuffer;              ///< Raw data; private
    34683469    psArray *children;                  ///< children of this region
    34693470    void *lock;                         ///< Lock for thread safety
     
    69176918  pre-calculated entries and a separate structure for ATM effect?}
    69186919
    6919 \begin{datatype}
     6920\begin{verbatim} %%% Changed to verbatim to remove from api-delta
    69206921typedef struct {
    69216922    const double latitude;              ///< geodetic latitude (radians)
     
    69316932    const double siderealTime;          ///< local apparent sidereal time (radians)
    69326933} psGrommit;
    6933 \end{datatype}
     6934\end{verbatim}
    69346935
    69356936The \code{psGrommit} is calculated from telescope information for the
Note: See TracChangeset for help on using the changeset viewer.