IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2017, 8:58:37 AM (9 years ago)
Author:
eugene
Message:

trying to get the fonts to do \code right for non-tt

File:
1 edited

Legend:

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

    r39960 r39974  
    55\RequirePackage{color}
    66\RequirePackage{code}
     7\RequirePackage{url}
    78\input{astro.sty}
     9
     10\DeclareUrlCommand\email{\urlstyle{rm}}
    811
    912% online version may use color, but print version needs b/w
     
    111114  * find a brighter-fatter reference
    112115* 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
    114118  * real example of oversubtracted galaxy
    115119* check all references
    116 * fix the \code macro to work with alternate concepts
    117   * DONE : the use of \textbf style formats was a problem : expects \textbf{foobar}
    118120\end{verbatim}
    119121
     
    124126extended source model fitting, and the techniques for ``forced''
    125127photometry measurements.
     128
     129\url{http://eugene@ifa.hawaii.edu}
     130
     131\end{document}
    126132
    127133%Chambers et al. 2017 (Paper I)
     
    178184    from early users of the data products are welcome during the
    179185    submission and refereeing process.}}
    180 
    181 \end{document}
    182186
    183187\section{Background}
     
    295299supplied guess model. 
    296300
    297 \section{\code{psphot} Design Goals}
     301\section{\nocode{psphot} Design Goals}
    298302
    299303\code{psphot} has a number of important requirements that it must meet, and a
     
    369373\end{itemize}
    370374
    371 \section{\code{psphot} Analysis Process}
     375\section{\nocode{psphot} Analysis Process}
    372376
    373377\subsection{Overview}
     
    447451PV3).  3) Pixels which lie outside of a user-defined coordinate window
    448452are considered non-data pixels (eg, overscan) and are marked as
    449 invalid.  (psphot recipe keywords \code{XMIN}, \code{XMAX},
     453invalid.  (\code{psphot} recipe keywords \code{XMIN}, \code{XMAX},
    450454\code{YMIN}, \code{YMAX}, all set to 0 for PS1 PV3 -- invalid pixels
    451455were specified for PS1 PV3 with a supplied mask image, see
     
    465469
    466470\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}
    468472\begin{center}
    469473\begin{tabular}{lcl}
     
    524528Before sources are detected in the image, a model of the background is
    525529subtracted.  The image is divided into a grid of background points
    526 with a spacing defined by the psphot recipe values
     530with a spacing defined by the \code{psphot} recipe values
    527531\code{BACKGROUND.XBIN, BACKGROUND.YBIN}, set to 400 pixels for PS1
    528532PV3.  Superpixels of size \code{BACKGROUND.XSAMPLE,
     
    10901094  for a given order of the PSF 2D variations.}\vspace{-0.5cm}
    10911095\begin{center}
    1092 \begin{tabular}{lcl}
     1096\begin{tabular}{llll}
    10931097\hline
    10941098\hline
     
    12091213because of the highly diagonal matrix with small off-diagonal terms:
    12101214the dot product of source $i$ and source $j$ is 1 where $i = j$ and
    1211 much less than 1 where $i \noteq j$.
     1215much less than 1 where $i \neq j$.
    12121216
    12131217Once a solution set for $A_i$ is found, all of the sources are
     
    12291233subtracted as discussed above.
    12301234
    1231 \node{code review for the next bit}
     1235\note{code review for the next bit}
    12321236
    12331237Once a solution has been achieved for a source, \code{psphot} attempts to
     
    16171621analysis, $b_0 = $20\degree, $r_b = $15\degree, $\sigma_b = $50\degree.
    16181622
    1619 %  \note{need a discussion of the detector saturation behavior
     1623% \note{need a discussion of the detector saturation behavior
    16201624
    16211625% \note{more detail below?} 
     
    19561960
    19571961\bibliographystyle{apj}
    1958 % \bibliography{lib}{}
    1959 \input{analysis.bbl}
     1962\bibliography{lib}{}
     1963%\input{analysis.bbl}
    19601964
    19611965\end{document}
Note: See TracChangeset for help on using the changeset viewer.