- Timestamp:
- Feb 9, 2017, 8:58:37 AM (9 years ago)
- Location:
- trunk/doc/release.2015
- Files:
-
- 5 edited
-
Makefile.Common (modified) (1 diff)
-
inputs/code.sty (modified) (3 diffs)
-
ps1.analysis/Makefile (modified) (1 diff)
-
ps1.analysis/analysis.tex (modified) (14 diffs)
-
ps1.analysis/test.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/release.2015/Makefile.Common
r39875 r39974 14 14 15 15 %.pdf: %.tex 16 $(MY_LATEX) $*.tex 16 $(MY_LATEX) $*.tex 17 18 # $(MY_LATEX) $*.tex; if [ $? -eq 1 ]; then rm $*.pdf; exit 1; fi 19 20 junk: 17 21 if [ $(DO_BIBTEX) -eq 1 ]; then $(BIBTEX) $*; fi 18 $(MY_LATEX) $*.tex 22 $(MY_LATEX) $*.tex; if [ $? -eq 1 ]; then rm $*.pdf; exit 1; fi 19 23 if [ $(DO_BIBTEX) -eq 1 ]; then $(MY_LATEX) $*.tex; fi 20 24 # thumbpdf --modes=dvips $*.pdf -
trunk/doc/release.2015/inputs/code.sty
r39959 r39974 3 3 % ligatures ?` and !` of \tt font 4 4 \def\setupc@de % see TeX Book, p. 381 5 {\ bf%5 {\tt % 6 6 \spaceskip=0pt \xspaceskip=0pt % just in case... 7 7 \catcode`\`=\active … … 10 10 }% 11 11 \def\SETUPC@DE % see TeX Book, p. 381 12 {\t extsc%12 {\tt % 13 13 \spaceskip=0pt \xspaceskip=0pt % just in case... 14 14 \catcode`\`=\active … … 21 21 \def\code{\begingroup\setupc@de\d@code}% 22 22 \def\CODE{\begingroup\SETUPC@DE\D@CODE}% 23 \def\nocode#1{#1} 23 24 24 25 \def\setupIPPstage % -
trunk/doc/release.2015/ps1.analysis/Makefile
r39960 r39974 4 4 # 5 5 DO_PDFLATEX = 1 6 DO_BIBTEX = 06 DO_BIBTEX = 1 7 7 8 8 help: -
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} -
trunk/doc/release.2015/ps1.analysis/test.tex
r39962 r39974 2 2 \RequirePackage{color} % this is required for {code} 3 3 \RequirePackage{code} 4 % \RequirePackage{url} 4 5 \input{astro.sty} 6 7 % \usepackage{lmodern} % (1) choose a font that is available as T1 8 \usepackage[T1]{fontenc}% (2) specify encoding 9 % \usepackage{textcomp}% (3) load symbol definitions 10 \usepackage{ae} 11 \usepackage{aecompl} 5 12 6 13 % Pick a terse version of the title here; 7 14 \shorttitle{Pixel Analysis in PS1} 8 15 \shortauthors{E.A. Magnier et al} 16 9 17 \begin{document} 10 18 \title{Pan-STARRS Pixel Analysis : Source Detection and Characterization} … … 32 40 \section{INTRODUCTION}\label{sec:intro} 33 41 42 % \def\url@bfstyle{\@ifundefined{selectfont}{\def\UrlFont{\bf}}{\def\UrlFont{\bffamily}}} 43 44 %% 45 %% \DeclareUrlCommand\foocode{\urlstyle{my}} 46 34 47 Big test here. 35 48 36 Testing \code{code }.49 Testing \code{code_foo}. 37 50 38 Testing \IPPstage{chip stage }.51 Testing \IPPstage{chip stage_test}. 39 52 40 Testing \IPPdbtable{rawImage }.53 Testing \IPPdbtable{rawImage_test}. 41 54 42 Testing \IPPdbcolumn{rawImage.datetime}. 55 Testing \IPPdbcolumn{rawImage.datetime_test}. 56 57 % Testing \url{http://by.source} 58 59 % Testing \foocode{http://eugene@ifa.source} 60 61 \section{FOOBAR}\label{sec:intro} 62 63 % Testing \foocode{AM_I_GOOD} 43 64 44 65 \end{document}
Note:
See TracChangeset
for help on using the changeset viewer.
