IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3074


Ignore:
Timestamp:
Jan 24, 2005, 11:56:33 AM (21 years ago)
Author:
Paul Price
Message:

Specified appropriate image types for the phase 2 modules (bug 258).

Location:
trunk/doc/modules
Files:
2 edited

Legend:

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

    r3070 r3074  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.11 2005-01-22 01:59:10 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.12 2005-01-24 21:56:28 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    3838\item Added PSPhot pseudo-C example
    3939\end{itemize}
     40
     41\subsection{Changes from version 03 to version 04}
     42
     43\begin{itemize}
     44\item Specified appropriate image types for the phase 2 modules (bug 258).
     45\end{itemize}
  • trunk/doc/modules/ModulesSDRS.tex

    r3070 r3074  
    1 %%% $Id: ModulesSDRS.tex,v 1.28 2005-01-22 01:59:10 eugene Exp $
     1%%% $Id: ModulesSDRS.tex,v 1.29 2005-01-24 21:56:33 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    618618
    619619The input image, \code{in}, shall have the bias subtracted in-place.
     620The input image may be of type U16, S32, or F32.
    620621
    621622The type of the overscan fit function, \code{fitSpec}, shall be
     
    719720outside the range of the \code{bias} image), the function shall
    720721generate an error.  Any pixels masked in the \code{bias} shall also be
    721 masked in the output.
     722masked in the output.  The bias image must be of the same type as the
     723input image.
    722724
    723725%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
     
    772774
    773775Both \code{pmNonLinearityPolynomial} and \code{pmNonLinearityLookup}
    774 shall modify the input image in-place.
     776shall modify the input image in-place.  The input image may be of
     777type U16, S32, or F32.
    775778
    776779\subsection{Flat-fielding}
     
    811814the \code{flat} to the output.
    812815
     816The input and flat-field images must both be of type F32.
     817
    813818%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    814819
     
    863868input image refer to pixels outside the range of the \code{mask}
    864869image), the function shall generate an error.
     870
     871The input image may be of type U16, S32 or F32.  The mask image
     872must be of type U8.
    865873
    866874\subsection{Subtract sky}
     
    911919clipping.
    912920
    913 The \code{mask} shall be of type \code{psU8}, and the input image,
    914 \code{in}, shall be of type \code{psF32}.
     921The \code{mask} shall be of type U8, and the input image,
     922\code{in}, must be of type F32.
    915923
    916924\section{Calibration}
     
    10341042where the same symbols are used as above.
    10351043
    1036 The \code{inputs, zero} and \code{scale} may be of S16, S32 and F32
     1044The \code{inputs, zero} and \code{scale} may be of U16, S32 and F32
    10371045types, and must all be of the same type.  The \code{output} shall be
    10381046of the same type.
     
    10871095locations of known objects.
    10881096
     1097In the discussion that follows, images are of type F32 and masks are
     1098of type U8.
     1099
    10891100\subsection{Structures to Describe Sources}
    10901101
Note: See TracChangeset for help on using the changeset viewer.