IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 18, 2018, 10:38:23 AM (8 years ago)
Author:
eugene
Message:

updates based on a full re-read

File:
1 edited

Legend:

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

    r40077 r40559  
    1 \documentclass[iop,floatfix]{emulateapj}
    2 % \documentclass[10pt,preprint]{aastex}
     1% \documentclass[iop,floatfix]{emulateapj}
     2\documentclass[10pt,preprint]{aastex}
    33% \pdfoutput=1
    44
     
    173173described in detail in \cite{2012ApJ...750...99T}.
    174174
    175 {\color{red} {\em Note: These papers are being placed on arXiv.org to
    176     provide crucial support information at the time of the public
    177     release of Data Release 1 (DR1). We expect the arXiv versions to
    178     be updated prior to submission to the Astrophysical Journal in
    179     January 2017. Feedback and suggestions for additional information
    180     from early users of the data products are welcome during the
    181     submission and refereeing process.}}
     175%%{\color{red} {\em Note: These papers are being placed on arXiv.org to
     176%%    provide crucial support information at the time of the public
     177%%    release of Data Release 1 (DR1). We expect the arXiv versions to
     178%%    be updated prior to submission to the Astrophysical Journal in
     179%%    January 2017. Feedback and suggestions for additional information
     180%%    from early users of the data products are welcome during the
     181%%    submission and refereeing process.}}
    182182
    183183\section{Background}
     
    18781878\section{Forced Photometry Modes}
    18791879
    1880 \note{too much detail in this section; balance relative to psphot}
     1880\note{edit this section to remove references to the IPP stages; just refer to the psphot concepts}
    18811881
    18821882Traditionally, projects which use multiple exposures to increase the
     
    19331933processing is queued for this stage, an entry is added to the
    19341934\ippdbtable{fullForceRun} primary database table linking to the
    1935 specific \ippdbcolumn{skycal\_id} entry that will be used as the
    1936 catalog for the photometry.  The \ippdbcolumn{warp\_id} values for the
     1935specific \ippdbcolumn{skycal_id} entry that will be used as the
     1936catalog for the photometry.  The \ippdbcolumn{warp_id} values for the
    19371937input \ippstage{warp} stage images that contributed to the
    1938 \ippstage{stack} associated with that \ippdbcolumn{skycal\_id} are
     1938\ippstage{stack} associated with that \ippdbcolumn{skycal_id} are
    19391939then added to the \ippdbtable{fullForceInput} table, linked to the
    1940 primary table by the \ippdbcolumn{ff\_id} identifier.  The individual
     1940primary table by the \ippdbcolumn{ff_id} identifier.  The individual
    19411941jobs for each warp are then run, which passes the \ippstage{warp}
    19421942stage image products along with the \ippstage{skycal} catalog to the
     
    19481948the same stars for all warps to the extent possible (PSF stars which
    19491949are excessively masked on a particular image are not used to model the
    1950 PSF).  \note{this doesn't seem correct, as each warp is run
    1951   independently. EAM: not true!}  The PSF model is fitted to all of the known source
    1952 positions in the warp images.  Aperture magnitudes, Kron magnitudes,
    1953 and moments are also measured at this stage for each warp.  Note that
    1954 the flux measurement for a faint, but significant, source from the
    1955 stack image may be at a low significance (less than the $5\sigma$
    1956 criterion used when the photometry is not run in this forced mode) in
    1957 any individual warp image; the flux may even be negative for specific
    1958 warps.  When combined together, these low-significance measurements
    1959 will result in a signficant measurement as the signal-to-noise
    1960 increases by the square root of the number of measurements.
     1950PSF).  The PSF model is fitted to all of the known source positions in
     1951the warp images.  Aperture magnitudes, Kron magnitudes, and moments
     1952are also measured at this stage for each warp.  Note that the flux
     1953measurement for a faint, but significant, source from the stack image
     1954may be at a low significance (less than the $5\sigma$ criterion used
     1955when the photometry is not run in this forced mode) in any individual
     1956warp image; the flux may even be negative for specific warps.  When
     1957combined together, these low-significance measurements will result in
     1958a signficant measurement as the signal-to-noise increases by the
     1959square root of the number of measurements.
    19611960
    19621961Upon completion of the forced photometry (for point sources as well as
    19631962galaxies, discussed below), an entry is added to the
    19641963\ippdbtable{fullForceResult} table with the processing statistics for
    1965 that combination of \ippdbcolumn{ff\_id} and \ippdbcolumn{warp\_id}.
     1964that combination of \ippdbcolumn{ff_id} and \ippdbcolumn{warp_id}.
    19661965Once all of the entries in the \ippdbtable{fullForceInput} table have
    19671966finished, a summary operation is run to generate an appropriate
     
    20322031\section{Difference Image Photometry}
    20332032
     2033\note{need an intro paragraph or so}
     2034
    20342035The variance map for a difference image must be generated from the two
    20352036images used to construct the difference.  Otherwise, the low sky level
     
    20382039For a difference image, both positive and negative sources will be
    20392040present.  The basic peak detection algorithm will only trigger for the
    2040 positive sources.  One solution is to simply apply \code{psphot} to both the
    2041 difference image and its negative value.  \note{do we want to code in
    2042 an automatic switch to get both positive and negative excursions in
    2043 the single pass?}.
     2041positive sources.  One solution is to simply apply \code{psphot} to
     2042both the difference image and its negative value.
    20442043
    20452044In the case of a difference image, the PSF model construction stage
     
    20492048represent the PSF.  Presumably, one or both have been convolved with a
    20502049PSF-matching kernel.  The images which result from the convolution
    2051 should be used to measure the PSF model. 
     2050should be used to measure the PSF model.  \note{this is what we
     2051  actually do, so remove hypothetical wording.}
    20522052
    20532053The source classification scheme defaults to the galaxy models for
     
    21462146Work still needed:
    21472147
    2148 * Tables
    2149 * refereces for other programs
    2150 
    2151 * authors
    2152 * PSF residual map
    21532148* section 3.5.3 Model applied to detected sources needs to be reviewed
    21542149
    2155 * read for english & phrasing
    2156 * convert XXX
    21572150* background model description (see waters)
    2158 * reduce / remove design goal wording?
    2159 * too many bullets?
    2160 * reduce coding description?
    2161 * put engineering docs (psLib, psModules) on public website
    2162 
    2163 
Note: See TracChangeset for help on using the changeset viewer.