Changeset 5461
- Timestamp:
- Nov 2, 2005, 3:25:26 PM (21 years ago)
- Location:
- trunk/doc/modules
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
ModulesSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/modules/ChangeLogSDRS.tex
r5377 r5461 1 %%% $Id: ChangeLogSDRS.tex,v 1.3 6 2005-10-19 03:24:11 eugene Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.37 2005-11-03 01:25:26 price Exp $ 2 2 3 3 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)} … … 155 155 \item added \code{pmDetrendLookup} 156 156 \end{itemize} 157 158 \subsection{Changes from version 09 (18 Oct 2005) to present} 159 160 \begin{itemize} 161 \item \code{pmSubtractBias}: The overscans are to be derived by the 162 function using \code{CELL.BIASSEC} (not from the \code{bias} 163 parameter passed to the function, which is supposed to hold the 164 full-frame bias image). 165 \item \code{pmSubtractBias}: The full-frame (bias and dark) 166 subtractions should only be performed on the region of the image 167 specified by \code{CELL.TRIMSEC}. 168 \end{itemize} -
trunk/doc/modules/ModulesSDRS.tex
r5378 r5461 1 %%% $Id: ModulesSDRS.tex,v 1.6 5 2005-10-19 03:24:53 eugene Exp $1 %%% $Id: ModulesSDRS.tex,v 1.66 2005-11-03 01:25:16 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 877 877 Overscan subtraction is controlled by the \code{overscan} boolean. If 878 878 it is \code{true}, then overscan subtraction is performed. The 879 prescan and/or overscan regions to be used are specified in 880 \code{in->bias} (a linked list of subimages). These shall be reduced 881 to a single vector (in the dimension specified by \code{CELL.READDIR}, 879 prescan and/or overscan regions to be used are specified in by 880 \code{CELL.BIASSEC} (accessed via the parent of the \code{pmReadout}; 881 a linked list of \code{psRegion}s). These shall be reduced to a 882 single vector (in the dimension specified by \code{CELL.READDIR}, 882 883 which is accessed via the parent of the \code{pmReadout}). 883 884 … … 932 933 then no fit shall be performed to the overscan. 933 934 934 A bias frame shall be subtracted pixel-by-pixel from the input image935 i f \code{bias} is non-NULL. If \code{dark} is non-\code{NULL}, then936 the dark image, scaled by the ratio of dark times (from935 A \code{bias} frame shall be subtracted pixel-by-pixel from the input 936 image if \code{bias} is non-NULL. If \code{dark} is non-\code{NULL}, 937 then the dark image, scaled by the ratio of dark times (from 937 938 \code{CELL.DARKTIME}) shall be subtracted pixel-by-pixel from the 938 input image. Note that the input image, 939 \code{in}, and the \code{bias} and \code{dark} frames need not be the 940 same size, but the function shall use the offsets in the image 941 (\code{in->x0} and \code{in->y0}) to determine the appropriate offsets 942 to obtain the correct pixel on the \code{bias}. In the event that the 943 \code{bias} image is too small (i.e., pixels on the input image refer 944 to pixels outside the range of the \code{bias} image), the function 945 shall generate an error. Any pixels masked in the \code{bias} or 939 input image. The full-frame subtractions (both bias and dark) should 940 only be performed on the image region specified by 941 \code{CELL.TRIMSEC}. Note that the input image, \code{in}, and the 942 \code{bias} and \code{dark} frames need not be the same size, but the 943 function shall use the offsets in the image (\code{in->x0} and 944 \code{in->y0}) to determine the appropriate offsets to obtain the 945 correct pixel on the \code{bias}. In the event that the \code{bias} 946 image is too small (i.e., pixels on the input image refer to pixels 947 outside the range of the \code{bias} image), the function shall 948 generate an error. Any pixels masked in the \code{bias} or 946 949 \code{dark} shall also be masked in the output. The bias and dark 947 950 images may be copied to the same type as the input image if required.
Note:
See TracChangeset
for help on using the changeset viewer.
