IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39823


Ignore:
Timestamp:
Nov 24, 2016, 11:21:10 AM (10 years ago)
Author:
eugene
Message:

updates to stages.tex

Location:
trunk/doc/release.2015/ps1.analysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/ps1.analysis/Makefile

    r39822 r39823  
    33help:
    44        @echo "USAGE: make (target)"
    5         @echo "  targets:  all analysis"
     5        @echo "  targets:  all analysis stages"
    66
    77all: analysis.pdf stages.pdf
     8stages: stages.pdf
     9analysis: analysis.pdf
    810
    911ANALYSIS = analysis.tex
  • trunk/doc/release.2015/ps1.analysis/stages.tex

    r39822 r39823  
    1 \documentclass[iop,floatfix]{emulateapj}
     1% \documentclass[iop,floatfix]{emulateapj}
    22% \documentclass[iop,floatfix,onecolumn]{emulateapj}
     3\documentclass[12pt,preprint]{aastex}
    34% \pdfoutput=1
    45
     
    106107The processing database is colloquially referred to as the `gpc1'
    107108database, since a single instance of the database is used to track the
    108 processing of images and data products related to the PS1 GPC1
    109 camera.  This same database engine also has instances for other
    110 cameras which the IPP has processed, e.g., GPC2, the test cameras TC1,
    111 TC3, the Imaging Sky Probe (ISP), etc.
     109processing of images and data products related to the PS1 GPC1 camera.
     110This same database engine also has instances for other cameras
     111processed by the IPP, e.g., GPC2, the test cameras TC1, TC3, the
     112Imaging Sky Probe (ISP), etc.
    112113
    113114Within the processing database, the various processing stages are
    114115represented as a set of tables.  In general, there is a top level
    115116table which defines the conceptual list of processing items either to
    116 be done, in progress, or completed.  An associated table will list the
    117 specific details of elements which have been processed.  For example,
    118 one critical stage is the Chip processing stage, discussed below, in
    119 which the individual chips from an exposure are detrended and sources
    120 are detected.  Within the gpc1 database, there is a top-level table
    121 called `chipRun' in which each exposure has a single entry.
    122 Associated with this table is the `chipProcessedImfile' table, which
    123 contains one row for each of the (up to 60) chips associated with the
    124 exposure.  The top-level tables, such as chipRun, are populated once
    125 the system has decided that a specific item (e.g., an exposure) should
    126 be processed at that stage.  Initially, the entry is given a state of
    127 `run', denoting that the exposure is ready to be processed.  The
    128 low-level table entries, such as the chipProcessedImfile entries, are
    129 only populated once the element (e.g., the chip) has been processed by
    130 the analysis system.  Once all elements for a given stage, e.g., chips
    131 in this case, are completed, then the status of the top-level table
    132 entry (chipRun) will be switched from 'run' to 'done'.
     117be done, in progress, or completed.  An associated table lists the
     118details of elements which have been processed.  For example, one
     119critical stage is the Chip processing stage, discussed below, in which
     120the individual chips from an exposure are detrended and sources are
     121detected.  Within the gpc1 database, there is a top-level table called
     122`chipRun' in which each exposure has a single entry.  Associated with
     123this table is the `chipProcessedImfile' table, which contains one row
     124for each of the (up to 60) chips associated with the exposure.  The
     125top-level tables, such as chipRun, are populated once the system has
     126decided that a specific item (e.g., an exposure) should be processed
     127at that stage.  Initially, the entry is given a state of `run',
     128denoting that the exposure is ready to be processed.  The low-level
     129table entries, such as the chipProcessedImfile entries, are only
     130populated once the element (e.g., the chip) has been processed by the
     131analysis system.  Once all elements for a given stage, e.g., chips in
     132this case, are completed, then the status of the top-level table entry
     133(chipRun) are switched from `run' to `done'.
    133134
    134135If the analysis of an element (e.g., chip) completed successfully,
     
    137138recorded.  An analysis which results in a fault is one in which the
    138139failure is thought to be temporary.  For example, if a computer had a
    139 network glitch and was unable to write out some of the result files,
     140network glitch and was unable to write out some of the output files,
    140141this would be an ephemeral failure which was not a failing of the
    141142data, but merely the processing system.  On the other hand, if the
     
    514515  and objects}.
    515516
     517\section{Difference Images}
     518
     519Two of the primary science drivers for the Pan-STARRS system are the
     520search hazardous asteroids and the search for Type Ia supernovae to
     521measure the history of the expansion of the universe.  Both of these
     522projects require the discovery of faint, transient source in the
     523images.  For the hazardous asteroids, and solar system studies in
     524general, the sources are transient because they are moving between
     525observations; supernovae are stationary but transient in brightness.
     526In both cases, the discovery of these sources can be enhanced by
     527subtracting a static reference image from the image taken at a certain
     528epoch.  The quality of such a difference image can be enhanced by
     529convolving one or both of the images so that the PSFs in the two
     530images are matched.  \note{discuss Alard-Lupton}.
     531
     532In the Difference Image stage, the IPP generates diffferece images for
     533specified pairs of images.  It is possible for the difference image to
     534be generated from a pair of warp images, from a warp and a stack of
     535some variety, or from a pair of stacks.  During the PS1 survey, pairs
     536of exposures, call TTI pairs (see~\note{Survey Strategy}), were
     537obtained for each pointing within a $\approx$ 1 hour period in the
     538same filter, and to the extent possible with the same orientation and
     539boresite position.  The standard PS1 nightly processing generated
     540difference images from the resulting warp pairs (`warp-warp diffs').
     541
     542The nightly stacks generated for the Medium Deep fields were combined
     543with a template reference stack image to generate `stack-stack diffs'
     544for these fields each night. 
     545
     546For the PV3 processing, the entire collection of warps for the $3\pi$
     547survey were combined with the $3\pi$ stacks to generate `warp-stack
     548diffs'. 
     549
    516550\begin{verbatim}
    517 Outline:
    518551DVO Ingest
    519552Calibration
    520553IPP to PSPS
    521554PSPS Load & Merge
    522 Difference
    523555\end{verbatim}
    524556
Note: See TracChangeset for help on using the changeset viewer.