Changeset 9786 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Oct 30, 2006, 11:54:44 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r9729 r9786 1 %%% $Id: psLibSDRS.tex,v 1.43 7 2006-10-24 22:29:53 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.438 2006-10-30 21:54:44 eugene Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3157 3157 \code{psMetadataItem}s in the \code{in} metadata, and place them in 3158 3158 the \code{out} metadata, or a new \code{psMetadata} if \code{out} is 3159 \code{NULL}. 3159 \code{NULL}. If the \code{in} is NULL, an error shall be returned. 3160 3160 3161 3161 The following function copies a single metadata item, specified by the … … 6698 6698 representing three ways in which the elliptical shape is represented. 6699 6699 Like the \code{psRegion}, these datatypes and their supporting 6700 functions do not use allocators. 6700 functions do not use allocators. See the ADD Section 2.10 for the 6701 relationships between these representations. 6701 6702 6702 6703 This structure represents an ellipse by its major and minor axis 6703 lengths and the orientation angle.6704 lengths ($\sigma_a$, $\sigma_b$) and the orientation angle ($\theta$). 6704 6705 \begin{datatype} 6705 6706 typedef struct { … … 6711 6712 6712 6713 This structure represents an elliptical Gaussian by the second moments 6713 measured for that Gaussian. 6714 ($M_{x,x}$, $M_{y,y}$, $M_{x,y}$) measured for that Gaussian. 6714 6715 \begin{datatype} 6715 6716 typedef struct { … … 6720 6721 \end{datatype} 6721 6722 6722 This structure represents a nellipse by the components of the6723 cartesian coordiante equation: $ (s_x x)^2 + (s_y y)^2 + s_{x,y} x y =6724 R$6723 This structure represents a rotated ellipse by the components of the 6724 cartesian coordiante equation: $z = \frac{x^2}{2\sigma_x^2} + 6725 \frac{y^2}{2\sigma_y^2} + \sigma_{xy}xy$ 6725 6726 \begin{datatype} 6726 6727 typedef struct {
Note:
See TracChangeset
for help on using the changeset viewer.
