IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39876 for trunk


Ignore:
Timestamp:
Dec 16, 2016, 8:29:21 AM (10 years ago)
Author:
eugene
Message:

use graphicx

File:
1 edited

Legend:

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

    r39873 r39876  
    33% \pdfoutput=1
    44
     5% bounding box is not read correctly without 'graphicx'
     6\RequirePackage{graphicx}
    57\RequirePackage{color}
    68\RequirePackage{code}
     
    1214
    1315%\def\plotext{pdf}
     16%\def\plottype{pdf}
     17
    1418\def\plotext{ps}
    1519\def\plottype{eps}
     
    574578\begin{figure}[htbp]
    575579  \begin{center}
    576   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=0.5\hsize,viewport=60 60 560 310,clip]{peaks}
     580  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,clip]{peaks}
     581% \includegraphics[type=\plottype,ext=.\plotext,width=3.5in,clip]{peaks}
     582% \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=0.5\hsize,viewport=60 60 560 310,clip]{peaks}
    577583  \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a
    578584    footprint.  Insignificant peaks within the footprint of a brighter
     
    616622\begin{figure}[htbp]
    617623  \begin{center}
    618   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=2.0\hsize,viewport=60 60 413 760]{FWHM.smooth.trend.ps1}
     624%  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=2.0\hsize,viewport=60 60 413 760]{FWHM.smooth.trend.ps1}
     625  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{FWHM.smooth.trend.ps1}
    619626  \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second
    620627    moments.  A simulated image was generated using the PS1 PSF
     
    903910\begin{figure}[htbp]
    904911  \begin{center}
    905   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{moment.class}
     912% \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{moment.class}
     913  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{moment.class}
    906914  \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived
    907915    from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$
     
    13101318\begin{figure}[htbp]
    13111319  \begin{center}
    1312   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{radial.profiles}
     1320% \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{radial.profiles}
     1321  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{radial.profiles}
    13131322  \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1.  These two
    13141323    profiles illustrate the radial trend of the PS1 PSFs for a star
Note: See TracChangeset for help on using the changeset viewer.