Changeset 40559 for trunk/doc/release.2015/ps1.analysis/analysis.tex
- Timestamp:
- Nov 18, 2018, 10:38:23 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/analysis.tex (modified) (9 diffs)
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} 3 3 % \pdfoutput=1 4 4 … … 173 173 described in detail in \cite{2012ApJ...750...99T}. 174 174 175 {\color{red} {\em Note: These papers are being placed on arXiv.org to176 provide crucial support information at the time of the public177 release of Data Release 1 (DR1). We expect the arXiv versions to178 be updated prior to submission to the Astrophysical Journal in179 January 2017. Feedback and suggestions for additional information180 from early users of the data products are welcome during the181 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.}} 182 182 183 183 \section{Background} … … 1878 1878 \section{Forced Photometry Modes} 1879 1879 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} 1881 1881 1882 1882 Traditionally, projects which use multiple exposures to increase the … … 1933 1933 processing is queued for this stage, an entry is added to the 1934 1934 \ippdbtable{fullForceRun} primary database table linking to the 1935 specific \ippdbcolumn{skycal \_id} entry that will be used as the1936 catalog for the photometry. The \ippdbcolumn{warp \_id} values for the1935 specific \ippdbcolumn{skycal_id} entry that will be used as the 1936 catalog for the photometry. The \ippdbcolumn{warp_id} values for the 1937 1937 input \ippstage{warp} stage images that contributed to the 1938 \ippstage{stack} associated with that \ippdbcolumn{skycal \_id} are1938 \ippstage{stack} associated with that \ippdbcolumn{skycal_id} are 1939 1939 then added to the \ippdbtable{fullForceInput} table, linked to the 1940 primary table by the \ippdbcolumn{ff \_id} identifier. The individual1940 primary table by the \ippdbcolumn{ff_id} identifier. The individual 1941 1941 jobs for each warp are then run, which passes the \ippstage{warp} 1942 1942 stage image products along with the \ippstage{skycal} catalog to the … … 1948 1948 the same stars for all warps to the extent possible (PSF stars which 1949 1949 are 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. 1950 PSF). The PSF model is fitted to all of the known source positions in 1951 the warp images. Aperture magnitudes, Kron magnitudes, and moments 1952 are also measured at this stage for each warp. Note that the flux 1953 measurement for a faint, but significant, source from the stack image 1954 may be at a low significance (less than the $5\sigma$ criterion used 1955 when the photometry is not run in this forced mode) in any individual 1956 warp image; the flux may even be negative for specific warps. When 1957 combined together, these low-significance measurements will result in 1958 a signficant measurement as the signal-to-noise increases by the 1959 square root of the number of measurements. 1961 1960 1962 1961 Upon completion of the forced photometry (for point sources as well as 1963 1962 galaxies, discussed below), an entry is added to the 1964 1963 \ippdbtable{fullForceResult} table with the processing statistics for 1965 that combination of \ippdbcolumn{ff \_id} and \ippdbcolumn{warp\_id}.1964 that combination of \ippdbcolumn{ff_id} and \ippdbcolumn{warp_id}. 1966 1965 Once all of the entries in the \ippdbtable{fullForceInput} table have 1967 1966 finished, a summary operation is run to generate an appropriate … … 2032 2031 \section{Difference Image Photometry} 2033 2032 2033 \note{need an intro paragraph or so} 2034 2034 2035 The variance map for a difference image must be generated from the two 2035 2036 images used to construct the difference. Otherwise, the low sky level … … 2038 2039 For a difference image, both positive and negative sources will be 2039 2040 present. 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?}. 2041 positive sources. One solution is to simply apply \code{psphot} to 2042 both the difference image and its negative value. 2044 2043 2045 2044 In the case of a difference image, the PSF model construction stage … … 2049 2048 represent the PSF. Presumably, one or both have been convolved with a 2050 2049 PSF-matching kernel. The images which result from the convolution 2051 should be used to measure the PSF model. 2050 should be used to measure the PSF model. \note{this is what we 2051 actually do, so remove hypothetical wording.} 2052 2052 2053 2053 The source classification scheme defaults to the galaxy models for … … 2146 2146 Work still needed: 2147 2147 2148 * Tables2149 * refereces for other programs2150 2151 * authors2152 * PSF residual map2153 2148 * section 3.5.3 Model applied to detected sources needs to be reviewed 2154 2149 2155 * read for english & phrasing2156 * convert XXX2157 2150 * 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 website2162 2163
Note:
See TracChangeset
for help on using the changeset viewer.
