IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 16, 2016, 4:50:35 PM (10 years ago)
Author:
eugene
Message:

updates

File:
1 edited

Legend:

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

    r39877 r39880  
    1 \documentclass[iop]{emulateapj}
    2 %\documentclass[iop,floatfix]{emulateapj}
    3 
     1\documentclass[iop,floatfix]{emulateapj}
    42% \pdfoutput=1
    53
    6 % bounding box is not read correctly without 'graphicx'
    7 \RequirePackage{graphics}
     4\RequirePackage{graphicx}
    85\RequirePackage{color}
    96\RequirePackage{code}
     
    1411%\def\plotmode{bw}
    1512
    16 \def\plotext{ps}
    17 \def\plottype{eps}
     13% latex uses the .ps regardless of \plotext if passed with ext=.\plotext
     14% pdflatex uses the png if it exists, pdf otherwise OK with pdf, png
     15% independent of graphicx or graphics
     16% pdflatex fails on files with multiple dots, protect with {file.name.long}.pdf
     17% use ps2pdf -dEPSCrop input.ps to convert to pdf
     18
     19% \includegraphics[width=\hsize,clip]{peaks}
     20% \includegraphics[width=\hsize]{temp.pdf}
     21% \includegraphics[width=\hsize]{{FWHM.smooth.trend.ps1}.pdf}
     22
     23%\def\plotext{pdf}
     24%\def\plotext{png}
    1825\def\plotext{pdf}
    19 \def\plottype{pdf}
    20 \def\plotext{png}
    21 \def\plottype{png}
    22 
    2326
    2427%\def\picdir{/home/eugene/chipresid.20140404}
     
    581584\begin{figure}[htbp]
    582585  \begin{center}
    583 % \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,clip]{peaks}
    584  \includegraphics[type=\plottype,ext=.\plotext,width=3.5in,clip]{peaks}
    585 %\includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=0.5\hsize,viewport=60 60 560 310,clip]{peaks}
     586 \includegraphics[width=\hsize,clip]{peaks}
    586587  \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a
    587588    footprint.  Insignificant peaks within the footprint of a brighter
     
    603604contained (note by definition all peaks must be located in a
    604605footprint). 
    605 
    606 \end{document}
    607606
    608607For any peak which is not the brightest peak in that footprint it is
     
    627626\begin{figure}[htbp]
    628627  \begin{center}
    629 %  \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=2.0\hsize,viewport=60 60 413 760]{FWHM.smooth.trend.ps1}
    630   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{FWHM.smooth.trend.ps1}
     628  \includegraphics[width=\hsize]{{FWHM.smooth.trend.ps1}.\plotext}
    631629  \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second
    632630    moments.  A simulated image was generated using the PS1 PSF
     
    915913\begin{figure}[htbp]
    916914  \begin{center}
    917 % \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{moment.class}
    918   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{moment.class}
     915  \includegraphics[width=\hsize]{{moment.class}.\plotext}
    919916  \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived
    920917    from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$
     
    13231320\begin{figure}[htbp]
    13241321  \begin{center}
    1325 % \includegraphics[type=\plottype,ext=.\plotext,width=\hsize,height=\hsize,viewport=60 60 560 560]{radial.profiles}
    1326   \includegraphics[type=\plottype,ext=.\plotext,width=\hsize]{radial.profiles}
     1322  \includegraphics[width=\hsize]{{radial.profiles}.\plotext}
    13271323  \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1.  These two
    13281324    profiles illustrate the radial trend of the PS1 PSFs for a star
Note: See TracChangeset for help on using the changeset viewer.