IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9786


Ignore:
Timestamp:
Oct 30, 2006, 11:54:44 AM (20 years ago)
Author:
eugene
Message:

updated ellipse rotations

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r4537 r9786  
    6969\item Clarifies the LM minimization coding, added gain-factor test description
    7070\end{itemize}
     71
     72\subsection{Changes from version 12 (11 July 2005) to present}
     73
     74\begin{itemize}
     75\item Added complete derivation of rotated ellipse representations
     76\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r9729 r9786  
    1 %%% $Id: psLibSDRS.tex,v 1.437 2006-10-24 22:29:53 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.438 2006-10-30 21:54:44 eugene Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    31573157\code{psMetadataItem}s in the \code{in} metadata, and place them in
    31583158the \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.
    31603160
    31613161The following function copies a single metadata item, specified by the
     
    66986698representing three ways in which the elliptical shape is represented.
    66996699Like the \code{psRegion}, these datatypes and their supporting
    6700 functions do not use allocators.
     6700functions do not use allocators.  See the ADD Section 2.10 for the
     6701relationships between these representations.
    67016702
    67026703This structure represents an ellipse by its major and minor axis
    6703 lengths and the orientation angle.
     6704lengths ($\sigma_a$, $\sigma_b$) and the orientation angle ($\theta$).
    67046705\begin{datatype}
    67056706typedef struct {
     
    67116712
    67126713This 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.
    67146715\begin{datatype}
    67156716typedef struct {
     
    67206721\end{datatype}
    67216722
    6722 This structure represents an ellipse by the components of the
    6723 cartesian coordiante equation: $(s_x x)^2 + (s_y y)^2 + s_{x,y} x y =
    6724 R$
     6723This structure represents a rotated ellipse by the components of the
     6724cartesian coordiante equation: $z = \frac{x^2}{2\sigma_x^2} +
     6725\frac{y^2}{2\sigma_y^2} + \sigma_{xy}xy$
    67256726\begin{datatype}
    67266727typedef struct {
Note: See TracChangeset for help on using the changeset viewer.