IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41220


Ignore:
Timestamp:
Jan 3, 2020, 10:00:51 AM (7 years ago)
Author:
eugene
Message:

updates based on referee comments

Location:
trunk/doc/release.2015/ps1.detrend
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.detrend/detrend.tex

    r41216 r41220  
    2626
    2727% use this to make the figure picture path flexible:
    28 %\def\picdir{images}
    29 \def\picdir{.}
     28\def\picdir{images}
     29% \def\picdir{.}
    3030
    3131% CZW commands from my previous draft.
     
    307307
    308308\begin{table*}
    309 \caption{\label{tab:detrend.steps} Detrend steps in IPP} % \vspace{-0.5cm}
     309\caption{\label{tab:detrend.steps} Detrend steps in order of application} % \vspace{-0.5cm}
    310310\begin{center}
    311311\footnotesize
    312 \begin{tabular}{lr}
     312\begin{tabular}{lll}
    313313\hline
    314314\hline
    315 {\bf Measurement} & {\bf Notes} \\
     315{\bf Detrend} & {\bf Stage} & {\bf Section} \\
    316316\hline
    317   burntool repair & registration stage \\
    318   non-linearity correction & \\
    319   Overscan Subtraction     & \\
    320   Dark \& Bias Subtraction & \\
    321   Pattern Row correction & \\
    322   Noisemap                 & \\
    323   Flat-field Correction    & \\
    324   Fringe Correction        & only \yps \\
    325   Pattern Contiuity & \\
    326   Static Masks             & \\
    327   Dynamic Masks            & camera stage \\
    328   crosstalk & \\
    329   optical ghosts & \\
    330   optical glints & \\
    331   diffraction spikes & \\
    332   saturated stars & \\
    333  
     317  Burntool repair          & registration & \ref{sec:burntool} \\
     318  Non-linearity correction & cell         & \ref{sec:nonlinearity} \\
     319  Overscan Subtraction     & cell         & \ref{sec:overscan} \\
     320  Dark \& Bias Subtraction & cell         & \ref{sec:dark} \\
     321  Pattern Row correction   & cell         & \ref{sec:pattern.row} \\
     322  Noisemap                 & cell         & \ref{sec:noisemap} \\
     323  Flat-field Correction    & chip         & \ref{sec:flat} \\
     324  Fringe Correction$^1$    & chip         & \ref{sec:fringe} \\
     325  Pattern Continuity       & chip         & \ref{sec:pattern_continuity} \\
     326  Static Masks             & chip         & \ref{sec:static_masks} \\
     327  Crosstalk masks          & camera       & \ref{sec:crosstalk} \\
     328  Optical ghost masks      & camera       & \ref{sec:optical_ghosts} \\
     329  Optical glint masks      & camera       & \ref{sec:glints} \\
     330  Diffraction spike masks  & camera       & \ref{sec:diffraction_spikes} \\
     331  Saturated star masks     & camera       & \ref{sec:diffraction_spikes} \\
    334332\hline
    335 \multicolumn{5}{l}{$^2$ PSF modeling is perform by {\tt ppSub} on the input warps before calling {\tt psphot}} \\
     333\multicolumn{3}{l}{$^1$ only \yps} \\
    336334\end{tabular}
    337335\end{center}
     
    680678
    681679\subsection{Flat}
     680\label{sec:flat}
    682681
    683682Determining a flat field correction for GPC1 is a challenging
     
    15781577
    15791578\subsubsection{Pattern Continuity}
     1579\label{sec:pattern_continuity}
    15801580
    15811581\begin{figure*}[htpb]
     
    18591859\label{sec:warping}
    18601860
     1861\begin{figure*}[htpb]
     1862  \centering
     1863  \includegraphics[width=0.9\hsize,angle=0,clip]{\picdir/{warp.and.stack.demo}.pdf}
     1864  \caption{Warping and Stacking Flowchart.  The diagram on the
     1865    upper right shows an example of two neighboring GPC1 exposures
     1866    (red and blue lines) overlaid on the grid of skycells for the
     1867    {\tt RINGS.V3} tessellation (grey lines).  The upper-left portion
     1868    shows a zoom in on a region to illustrate the overlaps.  Below is
     1869    a flowchart of the processing steps: exposures are processed
     1870    through detrending ({\tt chip}) and calibration ({\tt
     1871        camera}). The {\tt warp} stage combines the chip pixels overlapping
     1872      specific skycells to generate the warps for those skycells.  The
     1873      pixels for warps from the same skycells are combined together in
     1874      the {\tt stack} stage.
     1875}
     1876\label{fig:warp.and.stack.flowchart}
     1877\end{figure*}
     1878
    18611879In order to perform image combination operations (stacking and
    18621880differences), the individual OTA images are geometrically transformed
Note: See TracChangeset for help on using the changeset viewer.