IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39974 for trunk


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

Location:
trunk/doc/release.2015
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/Makefile.Common

    r39875 r39974  
    1414
    1515%.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
     20junk:
    1721        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
    1923        if [ $(DO_BIBTEX) -eq 1  ]; then $(MY_LATEX) $*.tex; fi
    2024#       thumbpdf --modes=dvips $*.pdf
  • trunk/doc/release.2015/inputs/code.sty

    r39959 r39974  
    33                                      % ligatures ?` and !` of \tt font
    44\def\setupc@de % see TeX Book, p. 381
    5     {\bf %
     5    {\tt %
    66     \spaceskip=0pt \xspaceskip=0pt % just in case...
    77     \catcode`\`=\active
     
    1010    }%
    1111\def\SETUPC@DE % see TeX Book, p. 381
    12     {\textsc %
     12    {\tt %
    1313     \spaceskip=0pt \xspaceskip=0pt % just in case...
    1414     \catcode`\`=\active
     
    2121\def\code{\begingroup\setupc@de\d@code}%
    2222\def\CODE{\begingroup\SETUPC@DE\D@CODE}%
     23\def\nocode#1{#1}
    2324
    2425\def\setupIPPstage %
  • trunk/doc/release.2015/ps1.analysis/Makefile

    r39960 r39974  
    44#
    55DO_PDFLATEX = 1
    6 DO_BIBTEX = 0
     6DO_BIBTEX = 1
    77
    88help:
  • 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}
  • trunk/doc/release.2015/ps1.analysis/test.tex

    r39962 r39974  
    22\RequirePackage{color} % this is required for {code}
    33\RequirePackage{code}
     4% \RequirePackage{url}
    45\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}
    512
    613% Pick a terse version of the title here;
    714\shorttitle{Pixel Analysis in PS1}
    815\shortauthors{E.A. Magnier et al}
     16
    917\begin{document}
    1018\title{Pan-STARRS Pixel Analysis : Source Detection and Characterization}
     
    3240\section{INTRODUCTION}\label{sec:intro}
    3341
     42% \def\url@bfstyle{\@ifundefined{selectfont}{\def\UrlFont{\bf}}{\def\UrlFont{\bffamily}}}
     43
     44%%
     45%% \DeclareUrlCommand\foocode{\urlstyle{my}}
     46
    3447Big test here.
    3548
    36 Testing \code{code}.
     49Testing \code{code_foo}.
    3750
    38 Testing \IPPstage{chip stage}.
     51Testing \IPPstage{chip stage_test}.
    3952
    40 Testing \IPPdbtable{rawImage}.
     53Testing \IPPdbtable{rawImage_test}.
    4154
    42 Testing \IPPdbcolumn{rawImage.datetime}.
     55Testing \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}
    4364
    4465\end{document}
Note: See TracChangeset for help on using the changeset viewer.