Changeset 39974 for trunk/doc/release.2015/ps1.analysis/analysis.tex
- Timestamp:
- Feb 9, 2017, 8:58:37 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/analysis.tex (modified) (14 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/ps1.analysis/analysis.tex
r39960 r39974 5 5 \RequirePackage{color} 6 6 \RequirePackage{code} 7 \RequirePackage{url} 7 8 \input{astro.sty} 9 10 \DeclareUrlCommand\email{\urlstyle{rm}} 8 11 9 12 % online version may use color, but print version needs b/w … … 111 114 * find a brighter-fatter reference 112 115 * define more tests and generate examples 113 * simulation example of background subtraction at different densities 116 * simulation example of background subtraction 117 at different densities 114 118 * real example of oversubtracted galaxy 115 119 * check all references 116 * fix the \code macro to work with alternate concepts117 * DONE : the use of \textbf style formats was a problem : expects \textbf{foobar}118 120 \end{verbatim} 119 121 … … 124 126 extended source model fitting, and the techniques for ``forced'' 125 127 photometry measurements. 128 129 \url{http://eugene@ifa.hawaii.edu} 130 131 \end{document} 126 132 127 133 %Chambers et al. 2017 (Paper I) … … 178 184 from early users of the data products are welcome during the 179 185 submission and refereeing process.}} 180 181 \end{document}182 186 183 187 \section{Background} … … 295 299 supplied guess model. 296 300 297 \section{\ code{psphot} Design Goals}301 \section{\nocode{psphot} Design Goals} 298 302 299 303 \code{psphot} has a number of important requirements that it must meet, and a … … 369 373 \end{itemize} 370 374 371 \section{\ code{psphot} Analysis Process}375 \section{\nocode{psphot} Analysis Process} 372 376 373 377 \subsection{Overview} … … 447 451 PV3). 3) Pixels which lie outside of a user-defined coordinate window 448 452 are considered non-data pixels (eg, overscan) and are marked as 449 invalid. ( psphotrecipe keywords \code{XMIN}, \code{XMAX},453 invalid. (\code{psphot} recipe keywords \code{XMIN}, \code{XMAX}, 450 454 \code{YMIN}, \code{YMAX}, all set to 0 for PS1 PV3 -- invalid pixels 451 455 were specified for PS1 PV3 with a supplied mask image, see … … 465 469 466 470 \begin{table*} 467 \caption{\label{tab:mask_values} \ code{psphot} / GPC1 Mask Image Pixel Values}\vspace{-0.5cm}471 \caption{\label{tab:mask_values} \nocode{psphot} / GPC1 Mask Image Pixel Values}\vspace{-0.5cm} 468 472 \begin{center} 469 473 \begin{tabular}{lcl} … … 524 528 Before sources are detected in the image, a model of the background is 525 529 subtracted. The image is divided into a grid of background points 526 with a spacing defined by the psphotrecipe values530 with a spacing defined by the \code{psphot} recipe values 527 531 \code{BACKGROUND.XBIN, BACKGROUND.YBIN}, set to 400 pixels for PS1 528 532 PV3. Superpixels of size \code{BACKGROUND.XSAMPLE, … … 1090 1094 for a given order of the PSF 2D variations.}\vspace{-0.5cm} 1091 1095 \begin{center} 1092 \begin{tabular}{l cl}1096 \begin{tabular}{llll} 1093 1097 \hline 1094 1098 \hline … … 1209 1213 because of the highly diagonal matrix with small off-diagonal terms: 1210 1214 the dot product of source $i$ and source $j$ is 1 where $i = j$ and 1211 much less than 1 where $i \n oteq j$.1215 much less than 1 where $i \neq j$. 1212 1216 1213 1217 Once a solution set for $A_i$ is found, all of the sources are … … 1229 1233 subtracted as discussed above. 1230 1234 1231 \no de{code review for the next bit}1235 \note{code review for the next bit} 1232 1236 1233 1237 Once a solution has been achieved for a source, \code{psphot} attempts to … … 1617 1621 analysis, $b_0 = $20\degree, $r_b = $15\degree, $\sigma_b = $50\degree. 1618 1622 1619 % \note{need a discussion of the detector saturation behavior1623 % \note{need a discussion of the detector saturation behavior 1620 1624 1621 1625 % \note{more detail below?} … … 1956 1960 1957 1961 \bibliographystyle{apj} 1958 %\bibliography{lib}{}1959 \input{analysis.bbl}1962 \bibliography{lib}{} 1963 %\input{analysis.bbl} 1960 1964 1961 1965 \end{document}
Note:
See TracChangeset
for help on using the changeset viewer.
