- Timestamp:
- Dec 3, 2018, 6:23:32 AM (8 years ago)
- Location:
- trunk/doc/release.2015
- Files:
-
- 2 edited
-
ps1.datasystem/datasystem.tex (modified) (2 diffs)
-
ps1.detrend/detrend.tex (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.datasystem/datasystem.tex
r40560 r40563 782 782 grid laid out on the chips in the camera to a system of pixels with 783 783 consistent geometry for a location on the sky. The new image 784 coordinate system is defined by one of a number ``tessellations'' of 785 the sky. Each tessellation specifies the way in which the sky is 786 broken into individual images by defining a collection of projection 787 centers. For each projection center, positions on the sky are 788 transformed to image pixels via a projection with a specified pixel 789 scale and rotation. In general, the pixel grid within the projection 790 is defined as a simplified grid with the y-axis aligned to the 791 Declination lines and no distortion terms. The projection centers are 792 typically separated by several degrees on the sky; for pixel scales 793 appropriate to GPC1, the resulting collection of pixels would be 794 unwieldy in terms of memory in the processing computer. The pixel 795 grid is thus subdivided into smaller sub-images called 'skycells'. 796 797 moves the data from a given exposure beyond 798 away from being camera specific and towards a uniform sky oriented 799 arrangement. There are a number of ``tessellations'' defined and used 800 by the IPP to define the extent and scaling of images on this uniform 801 arrangement. A tessellation can be defined for a limited region, such 802 as M31 or other fields of particular interest that can be well 803 described by a single tangent plane projection, or for larger regions 804 which have multiple projection centers. For the $3\pi$ survey, the 805 \ippmisc{RINGS.V3} tessellation was used that arrange projection centers 806 spaced every four degrees in both RA and DEC, with $0\farcs{}25$ 807 pixels. These projections are further broken down into ``skycells'' 808 that form a $10\times{}10$ grid within the projection, with an overlap 809 region of 60\arcsec\ between adjacent skycells to ensure that objects are not 810 split on all images. 811 812 These tessellations are stored in the DVO format, with 813 \ippdbtable{SkyTable} entries defining the projection centers and 814 image boundaries for all the skycells. The first step of the 815 \ippstage{warp} stage is determining which skycells overlap with the 816 input exposure. These overlaps are determined by the 817 \ippprog{dvoImageOverlaps} program, which compares the astrometrically 818 calibrated catalog from the \ippstage{camera} stage to the 819 \ippdbtable{SkyTable} entries. The output of this command is used to 820 populate the \ippdbtable{warpSkyCellMap} table in the database, which 821 contains a row for each skycell and OTA that overlap. This results in 822 more rows than there are OTAs, as each skycell can contain 784 coordinate system is defined by one of a number of ``tessellations'' 785 which specify how the sky is divided into individual images. A single 786 tessellation starts with a collection of projection centers 787 distributed across the sky. A grid of image pixels about each 788 projection center corresponds to sky positions via a projection with a 789 specified pixel scale and rotation. In general, the pixel grid within 790 the projection is defined as a simplified grid with the y-axis aligned 791 to the Declination lines and no distortion terms. The projection 792 centers are typically separated by several degrees on the sky; for 793 pixel scales appropriate to GPC1, the resulting collection of pixels 794 would be unwieldy in terms of memory in the processing computer. The 795 pixel grid is thus subdivided into smaller sub-images called 796 'skycells'. 797 798 A tessellation can be defined for a limited region, with only a small 799 number of projection centers (e.g., for processing the M31 region), or 800 even a single projection center (e.g., for the Medium Deep fields). 801 For the $3\pi$ survey, the tessellation contains projection centers 802 covering the entire sky. The version used to for the PV3 analysis is 803 called the \ippmisc{RINGS.V3}. In this tessellation, projection 804 centers are spaced every four degrees in DEC and the RA spacing is 805 approximately four degrees as well, adjusted to ensure an integer 806 number of equal-sized regions. \ippmisc{RINGS.V3} uses a pixel scale 807 of $0\farcs{}25$ per pixel. The projections subdivided into a 808 $10\times{}10$ grid of skycells, with an overlap region of 809 60\arcsec\ between adjacent skycells to ensure that objects of modest 810 size are not split on all images. The coordinate system used for 811 these images matches the parity of the sky, with north in the positive 812 $y$ direction and east to the negative $x$ direction. The 813 tessellations 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. 816 817 The first step of the \ippstage{warp} stage is to determine which 818 skycells overlap with the input exposure. These overlaps are 819 determined by the \ippprog{dvoImageOverlaps} program, which compares 820 the astrometrically calibrated catalog from the \ippstage{camera} 821 stage to the DVO database defining the target tessellation. The 822 output of this command is used to populate the 823 \ippdbtable{warpSkyCellMap} table in the database, which contains a 824 row for each skycell and OTA that overlap. Each skycell may contain 823 825 contributions from multiple OTAs. 824 826 825 Once this mapping has been defined, jobs to construct each skycell are826 run, passing the \ippstage{camera} stage catalog and the827 Once this mapping has been defined, jobs to warp the pixels onto each 828 skycell are run, passing the \ippstage{camera} stage catalog and the 827 829 \ippstage{chip} stage images (including the variance images and the 828 830 updated masks) to the \ippprog{pswarp} program. For details on the … … 830 832 are the geometrically transformed images containing all input pixels 831 833 warped to the common skycell pixel grid, which can subsequently be 832 used for stacking and difference image analysis. The image, mask, and 833 variance generated at this stage will be available from the image 834 extraction tools at the MAST archive at STScI as part of the DR2 data 835 release. A catalog is also generated containing the locations of 836 sources from the input catalog that fall within area of the 837 \ippstage{warp}. 838 839 When the jobs have completed, an entry for the skycell is added to the 840 \ippdbtable{warpSkyfile} database table, linked to the 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. 838 839 %% A catalog is 840 %% also generated containing the locations of sources from the input 841 %% catalog that fall within area of the \ippstage{warp}. 842 843 When the \ippstage{warp} jobs have completed, an entry for the skycell 844 is added to the \ippdbtable{warpSkyfile} database table, linked to the 841 845 \ippdbtable{warpRun} entry by a common \ippdbcolumn{warp_id}. An 842 846 \ippmisc{advance} task again checks that all potential skycells have 843 847 been generated. At this point, the direct promotion of exposures from 844 848 one stage to the next stops, as the logic for matching exposures for 845 combination is more complicated than simply adding a single entry (as 846 discussed above).849 other combinations is more complicated than simply adding a single 850 entry. 847 851 848 852 \subsection{Stack Combination} -
trunk/doc/release.2015/ps1.detrend/detrend.tex
r40562 r40563 1559 1559 \section{Warping} 1560 1560 \label{sec:warping} 1561 To provide a consistent and uniform set of coordinates for image 1562 combination (including stacking and differences), the individual 1563 mosaicked OTA images are projected onto common pixel grids, called 1564 tessellations. A tessellation can contain any number of tangent plane 1565 projections, with those designed for single pointing surveys using 1566 only one, while the tessellation used for the $3\pi$ survey contains 1567 2643 tangent plane projection centers. These ``projection cells'' are 1568 $4\times{}4$ degree fields spaced onto a set of centers that fully 1569 cover the sky. They are arranged into rings of constant declination, 1570 and allowed to overlap as $|\delta|$ increases. Each projection cell 1571 is further subdivided into $10\times{}10$ ``skycells'' with fixed 1572 $0.25"$ resolution pixels, and constant overlap regions between 1573 adjacent skycells of $60"$. These skycells are the main image unit 1574 used for processing image data beyond the initial chip stage. The 1575 coordinate system used for these images matches the parity of the sky, 1576 with north in the positive $y$ direction and east to the negative $x$ 1577 direction. 1561 1562 In order to perform image combination operations (stacking and 1563 differences), the individual OTA images are geometrically transformed 1564 to a set of images with a consistent and uniform relationship between 1565 sky coordinates and image pixels. This warping operation transforms 1566 the image pixels from the regular grid laid out on the chips in the 1567 camera to a system of pixels with consistent geometry for a location 1568 on the sky. 1569 1570 The new image coordinate system is defined by one of a number of 1571 ``tessellations'' which specify how the sky is divided into individual 1572 images. A single tessellation starts with a collection of projection 1573 centers distributed across the sky. A grid of image pixels about each 1574 projection center corresponds to sky positions via a projection with a 1575 specified pixel scale and rotation. In general, the pixel grid within 1576 the projection is defined as a simplified grid with the y-axis aligned 1577 to the Declination lines and no distortion terms. The projection 1578 centers are typically separated by several degrees on the sky; for 1579 pixel scales appropriate to GPC1, the resulting collection of pixels 1580 would be unwieldy in terms of memory in the processing computer. The 1581 pixel grid is thus subdivided into smaller sub-images called 1582 'skycells'. 1583 1584 A tessellation can be defined for a limited region, with only a small 1585 number of projection centers (e.g., for processing the M31 region), or 1586 even a single projection center (e.g., for the Medium Deep fields). 1587 For the $3\pi$ survey, the tessellation contains projection centers 1588 covering the entire sky. The version used to for the PV3 analysis is 1589 called the \ippmisc{RINGS.V3}. This tessellation consists of 2643 1590 projection centers spaced every four degrees in DEC, with RA spacing 1591 of approximately four degrees, adjusted to ensure an integer number of 1592 equal-sized regions. \ippmisc{RINGS.V3} uses a pixel scale of 1593 $0\farcs{}25$ per pixel. The projections subdivided into a 1594 $10\times{}10$ grid of skycells, with an overlap region of 1595 60\arcsec\ between adjacent skycells to ensure that objects of modest 1596 size are not split on all images. The coordinate system used for 1597 these images matches the parity of the sky, with north in the positive 1598 $y$ direction and east to the negative $x$ direction. 1578 1599 1579 1600 After the detrending and photometry, the detection catalog for the
Note:
See TracChangeset
for help on using the changeset viewer.
