Changeset 5021
- Timestamp:
- Sep 12, 2005, 4:34:08 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4982 r5021 1 %%% $Id: psLibSDRS.tex,v 1.33 4 2005-09-09 18:30:23 eugene Exp $1 %%% $Id: psLibSDRS.tex,v 1.335 2005-09-13 02:34:08 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3463 3463 psC32 **C32; ///< Pointers to complex floating-point data 3464 3464 psC64 **C64; ///< Pointers to complex floating-point data 3465 psPtr V; ///< Pointers to rawdata3465 psPtr V; ///< Pointers to untyped data 3466 3466 } data; 3467 3467 const struct psImage *parent; ///< parent, if a subimage 3468 psPtr p_rawDataBuffer; ///< Raw data; private 3468 3469 psArray *children; ///< children of this region 3469 3470 void *lock; ///< Lock for thread safety … … 6917 6918 pre-calculated entries and a separate structure for ATM effect?} 6918 6919 6919 \begin{ datatype}6920 \begin{verbatim} %%% Changed to verbatim to remove from api-delta 6920 6921 typedef struct { 6921 6922 const double latitude; ///< geodetic latitude (radians) … … 6931 6932 const double siderealTime; ///< local apparent sidereal time (radians) 6932 6933 } psGrommit; 6933 \end{ datatype}6934 \end{verbatim} 6934 6935 6935 6936 The \code{psGrommit} is calculated from telescope information for the
Note:
See TracChangeset
for help on using the changeset viewer.
