Changeset 3074
- Timestamp:
- Jan 24, 2005, 11:56:33 AM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ChangeLogSDRS.tex
r3070 r3074 1 %%% $Id: ChangeLogSDRS.tex,v 1.1 1 2005-01-22 01:59:10 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.12 2005-01-24 21:56:28 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 38 38 \item Added PSPhot pseudo-C example 39 39 \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.2 8 2005-01-22 01:59:10 eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.29 2005-01-24 21:56:33 price Exp $ 2 2 \documentclass[panstarrs]{panstarrs} 3 3 … … 618 618 619 619 The input image, \code{in}, shall have the bias subtracted in-place. 620 The input image may be of type U16, S32, or F32. 620 621 621 622 The type of the overscan fit function, \code{fitSpec}, shall be … … 719 720 outside the range of the \code{bias} image), the function shall 720 721 generate an error. Any pixels masked in the \code{bias} shall also be 721 masked in the output. 722 masked in the output. The bias image must be of the same type as the 723 input image. 722 724 723 725 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% … … 772 774 773 775 Both \code{pmNonLinearityPolynomial} and \code{pmNonLinearityLookup} 774 shall modify the input image in-place. 776 shall modify the input image in-place. The input image may be of 777 type U16, S32, or F32. 775 778 776 779 \subsection{Flat-fielding} … … 811 814 the \code{flat} to the output. 812 815 816 The input and flat-field images must both be of type F32. 817 813 818 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 814 819 … … 863 868 input image refer to pixels outside the range of the \code{mask} 864 869 image), the function shall generate an error. 870 871 The input image may be of type U16, S32 or F32. The mask image 872 must be of type U8. 865 873 866 874 \subsection{Subtract sky} … … 911 919 clipping. 912 920 913 The \code{mask} shall be of type \code{psU8}, and the input image,914 \code{in}, shall be of type \code{psF32}.921 The \code{mask} shall be of type U8, and the input image, 922 \code{in}, must be of type F32. 915 923 916 924 \section{Calibration} … … 1034 1042 where the same symbols are used as above. 1035 1043 1036 The \code{inputs, zero} and \code{scale} may be of S16, S32 and F321044 The \code{inputs, zero} and \code{scale} may be of U16, S32 and F32 1037 1045 types, and must all be of the same type. The \code{output} shall be 1038 1046 of the same type. … … 1087 1095 locations of known objects. 1088 1096 1097 In the discussion that follows, images are of type F32 and masks are 1098 of type U8. 1099 1089 1100 \subsection{Structures to Describe Sources} 1090 1101
Note:
See TracChangeset
for help on using the changeset viewer.
