IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 5, 2018, 6:14:20 AM (8 years ago)
Author:
eugene
Message:

cleanup text on warps

File:
1 edited

Legend:

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

    r40563 r40566  
    776776\label{sec:warp}
    777777
    778 \note{re-read and improve the text: better description of RINGS.V3 and
    779   other related tessellations.}
    780 
    781778The \ippstage{warp} stage transforms the image pixels from the regular
    782779grid laid out on the chips in the camera to a system of pixels with
     
    792789centers are typically separated by several degrees on the sky; for
    793790pixel scales appropriate to GPC1, the resulting collection of pixels
    794 would be unwieldy in terms of memory in the processing computer.  The
     791would be unwieldy in terms of memory in the processing computers.  The
    795792pixel grid is thus subdivided into smaller sub-images called
    796 'skycells'.
     793`skycells'.
    797794
    798795A tessellation can be defined for a limited region, with only a small
     
    800797even a single projection center (e.g., for the Medium Deep fields).
    801798For the $3\pi$ survey, the tessellation contains projection centers
    802 covering the entire sky.  The version used to for the PV3 analysis is
     799covering the entire sky.  The version used for the PV3 analysis is
    803800called the \ippmisc{RINGS.V3}.  In this tessellation, projection
    804801centers are spaced every four degrees in DEC and the RA spacing is
    805802approximately four degrees as well, adjusted to ensure an integer
    806803number of equal-sized regions.  \ippmisc{RINGS.V3} uses a pixel scale
    807 of $0\farcs{}25$ per pixel.  The projections subdivided into a
     804of $0\farcs{}25$ per pixel.  The projections are subdivided into a
    808805$10\times{}10$ grid of skycells, with an overlap region of
    80980660\arcsec\ between adjacent skycells to ensure that objects of modest
     
    812809$y$ direction and east to the negative $x$ direction.  The
    813810tessellations used by the IPP are stored in the DVO format (see
    814 Section~\ref{sec:DVO}), with \ippdbtable{SkyTable} entries defining
    815 the projection centers and image boundaries for all skycells.
     811Section~\ref{sec:DVO}).  A table in the processing database,
     812\ippdbtable{SkyTable}, lists the projection centers and image
     813boundaries for all skycells.
    816814
    817815The first step of the \ippstage{warp} stage is to determine which
    818816skycells overlap with the input exposure.  These overlaps are
    819817determined by the \ippprog{dvoImageOverlaps} program, which compares
    820 the astrometrically calibrated catalog from the \ippstage{camera}
     818the astrometrically-calibrated catalog from the \ippstage{camera}
    821819stage to the DVO database defining the target tessellation.  The
    822820output of this command is used to populate the
     
    829827\ippstage{chip} stage images (including the variance images and the
    830828updated masks) to the \ippprog{pswarp} program.  For details on the
    831 warping algorithm, see \cite{waters2017}.  The output of this program
    832 are the geometrically transformed images containing all input pixels
    833 warped to the common skycell pixel grid, which can subsequently be
    834 used for stacking and difference image analysis.  For the $3\pi$
    835 survey data, the signal, mask, and variance images generated at this
    836 stage are being made available from the image extraction tools at the
    837 MAST archive at STScI as part of the DR2 data release. 
     829warping algorithm, see \cite{waters2017}.  The outputs of this program
     830are the geometrically transformed images (signal, variance, and mask)
     831containing all input pixels warped to the common skycell pixel grid,
     832These can subsequently be used for stacking and difference image
     833analyses.  For the $3\pi$ survey data, the signal, mask, and variance
     834images generated at this stage are being made available from the image
     835extraction tools at the MAST archive at STScI as part of the DR2 data
     836release.
    838837
    839838%% A catalog is
Note: See TracChangeset for help on using the changeset viewer.