Changeset 39880 for trunk/doc/release.2015/ps1.analysis/analysis.tex
- Timestamp:
- Dec 16, 2016, 4:50:35 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/doc/release.2015/ps1.analysis/analysis.tex (modified) (7 diffs)
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} 4 2 % \pdfoutput=1 5 3 6 % bounding box is not read correctly without 'graphicx' 7 \RequirePackage{graphics} 4 \RequirePackage{graphicx} 8 5 \RequirePackage{color} 9 6 \RequirePackage{code} … … 14 11 %\def\plotmode{bw} 15 12 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} 18 25 \def\plotext{pdf} 19 \def\plottype{pdf}20 \def\plotext{png}21 \def\plottype{png}22 23 26 24 27 %\def\picdir{/home/eugene/chipresid.20140404} … … 581 584 \begin{figure}[htbp] 582 585 \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} 586 587 \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a 587 588 footprint. Insignificant peaks within the footprint of a brighter … … 603 604 contained (note by definition all peaks must be located in a 604 605 footprint). 605 606 \end{document}607 606 608 607 For any peak which is not the brightest peak in that footprint it is … … 627 626 \begin{figure}[htbp] 628 627 \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} 631 629 \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second 632 630 moments. A simulated image was generated using the PS1 PSF … … 915 913 \begin{figure}[htbp] 916 914 \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} 919 916 \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived 920 917 from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$ … … 1323 1320 \begin{figure}[htbp] 1324 1321 \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} 1327 1323 \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1. These two 1328 1324 profiles illustrate the radial trend of the PS1 PSFs for a star
Note:
See TracChangeset
for help on using the changeset viewer.
