IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39880


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

updates

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

Legend:

Unmodified
Added
Removed
  • trunk/doc/release.2015/inputs/lib.bib

    r39875 r39880  
    1599715997}
    1599815998
    15999 @ARTICLE{2014ApJ...795...45S,
    16000    author = {{Scolnic}, D. and {Rest}, A. and {Riess}, A. and {Huber}, M.~E. and
    16001         {Foley}, R.~J. and {Brout}, D. and {Chornock}, R. and {Narayan}, G. and
    16002         {Tonry}, J.~L. and {Berger}, E. and {Soderberg}, A.~M. and {Stubbs}, C.~W. and
    16003         {Kirshner}, R.~P. and {Rodney}, S. and {Smartt}, S.~J. and {Schlafly}, E. and
    16004         {Botticella}, M.~T. and {Challis}, P. and {Czekala}, I. and
    16005         {Drout}, M. and {Hudson}, M.~J. and {Kotak}, R. and {Leibler}, C. and
    16006         {Lunnan}, R. and {Marion}, G.~H. and {McCrum}, M. and {Milisavljevic}, D. and
    16007         {Pastorello}, A. and {Sanders}, N.~E. and {Smith}, K. and {Stafford}, E. and
    16008         {Thilker}, D. and {Valenti}, S. and {Wood-Vasey}, W.~M. and
    16009         {Zheng}, Z. and {Burgett}, W.~S. and {Chambers}, K.~C. and {Denneau}, L. and
    16010         {Draper}, P.~W. and {Flewelling}, H. and {Hodapp}, K.~W. and
    16011         {Kaiser}, N. and {Kudritzki}, R.-P. and {Magnier}, E.~A. and
    16012         {Metcalfe}, N. and {Price}, P.~A. and {Sweeney}, W. and {Wainscoat}, R. and
    16013         {Waters}, C.},
    16014     title = "{Systematic Uncertainties Associated with the Cosmological Analysis of the First Pan-STARRS1 Type Ia Supernova Sample}",
    16015   journal = {\apj},
    16016 archivePrefix = "arXiv",
    16017    eprint = {1310.3824},
    16018  keywords = {dark energy, supernovae: general},
    16019      year = 2014,
    16020     month = nov,
    16021    volume = 795,
    16022       eid = {45},
    16023     pages = {45},
    16024       doi = {10.1088/0004-637X/795/1/45},
    16025    adsurl = {http://adsabs.harvard.edu/abs/2014ApJ...795...45S},
    16026   adsnote = {Provided by the SAO/NASA Astrophysics Data System}
    16027 }
    16028 
    16029 @ARTICLE{2013ApJS..205...20M,
    16030    author = {{Magnier}, E.~A. and {Schlafly}, E. and {Finkbeiner}, D. and
    16031         {Juric}, M. and {Tonry}, J.~L. and {Burgett}, W.~S. and {Chambers}, K.~C. and
    16032         {Flewelling}, H.~A. and {Kaiser}, N. and {Kudritzki}, R.-P. and
    16033         {Morgan}, J.~S. and {Price}, P.~A. and {Sweeney}, W.~E. and
    16034         {Stubbs}, C.~W.},
    16035     title = "{The Pan-STARRS 1 Photometric Reference Ladder, Release 12.01}",
    16036   journal = {\apjs},
    16037 archivePrefix = "arXiv",
    16038    eprint = {1303.3634},
    16039  primaryClass = "astro-ph.IM",
    16040  keywords = {catalogs, instrumentation: photometers, standards, surveys: PS1, techniques: photometric},
    16041      year = 2013,
    16042     month = apr,
    16043    volume = 205,
    16044       eid = {20},
    16045     pages = {20},
    16046       doi = {10.1088/0067-0049/205/2/20},
    16047    adsurl = {http://adsabs.harvard.edu/abs/2013ApJS..205...20M},
    16048   adsnote = {Provided by the SAO/NASA Astrophysics Data System}
    16049 }
  • trunk/doc/release.2015/ps1.analysis/Makefile

    r39874 r39880  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
    22
    3 DO_PDFLATEX = 0
    4 DO_BIBTEX = 1
     3# WARNING : pdflatex does not do .ps
     4#
     5DO_PDFLATEX = 1
     6DO_BIBTEX = 0
    57
    68help:
  • 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
  • trunk/doc/release.2015/ps1.calibration/Makefile

    r39875 r39880  
    11# $Id: Makefile,v 1.16 2006-01-16 01:11:40 eugene Exp $
    22
    3 DO_PDFLATEX = 0
     3DO_PDFLATEX = 1
    44# remember to set \pdfoutput at the top
    55
     
    2020../inputs/apj.bst \
    2121../inputs/lib.bib \
    22 calibration.tex \
    23 calibration.bbl
     22calibration.tex
    2423
    2524calibration.pdf: $(FILES)
  • trunk/doc/release.2015/ps1.calibration/calibration.tex

    r39879 r39880  
    1515%\def\plotmode{bw}
    1616
    17 %\def\plotext{pdf}
    18 \def\plotext{ps}
     17\def\plotext{pdf}
     18%\def\plotext{ps}
    1919
    2020%\def\picdir{/home/eugene/chipresid.20140404}
     
    652652on the reference photometric night of MJD 55744 (UT 02 July 2011).
    653653\cite{2014ApJ...795...45S} and \cite{2015ApJ...815..117S} have
    654 re-examined the photometry of Calspec standards \citep{Bohlin.1996} as
     654re-examined the photometry of Calspec standards %% XXX FIX: \citep{Bohlin.1996} as
    655655observed by PS1.  \cite{2014ApJ...795...45S} reject 2 of the 7 stars
    656656used by \cite{2012ApJ...750...99T} and add photometry of 5 additional
     
    955955\subsubsection{Warp Photometry}
    956956
     957\begin{figure*}[htbp]
     958  \begin{center}
     959 \includegraphics[width=0.48\hsize,clip]{{pics/DXT0.mean}.png}
     960 \includegraphics[width=0.48\hsize,clip]{{pics/DXT1.mean}.png}
     961 \includegraphics[width=0.48\hsize,clip]{{pics/DYT0.mean}.png}
     962 \includegraphics[width=0.48\hsize,clip]{{pics/DYT1.mean}.png}
     963  \caption{\label{fig:KHchip} Illustration of the Koppenh\"ofer Effect
     964    on chip XY04.  In each plot, the solid line shows the measured
     965    mean residual for stars detected on this chip as a function of the
     966    instrumental magnitude / FWHM$^2$.  {\bf top left} X-direction before correction. 
     967{\bf top right} Y-direction before correction. 
     968{\bf bottom left} X-direction after correction. 
     969{\bf bottom right} Y-direction after correction.  }
     970  \end{center}
     971\end{figure*}
     972
     973\begin{figure}[htbp]
     974  \begin{center}
     975 \includegraphics[width=\hsize,clip]{{pics/KHmap}.png}
     976  \caption{\label{fig:KHmap} Map of the amplitude of the
     977    Koppenh\"ofer Effect on chips across the focal plane.  In the
     978    affected chips, bright stars are up to 0.2 \note{arcsec} deviant
     979    from their expected positions. {\bf bottom left} X-direction before
     980    correction.  {\bf bottom right} Y-direction before correction.  {\bf
     981      top left} X-direction after correction.  {\bf top right}
     982    Y-direction after correction.  }
     983  \end{center}
     984\end{figure}
     985
    957986\section{PV3 DVO Master Database}
    958987
     
    10511080stars which are not affected by the KE.  The trend is then stored in a
    10521081form which can be applied to the database measurements.
     1082
     1083\begin{figure}[htbp]
     1084  \begin{center}
     1085 \includegraphics[width=\hsize,clip]{{pics/pv3.v1.dmag_g.sigma}.png}
     1086 \includegraphics[width=\hsize,clip]{{pics/pv3.v1.dmag_r.sigma}.png}
     1087 \includegraphics[width=\hsize,clip]{{pics/pv3.v1.dmag_i.sigma}.png}
     1088 \includegraphics[width=\hsize,clip]{{pics/pv3.v1.dmag_z.sigma}.png}
     1089 \includegraphics[width=\hsize,clip]{{pics/pv3.v1.dmag_y.sigma}.png}
     1090  \caption{\label{fig:dmag.measure} Consistency of photometry
     1091    measurements across the sky.  Each panel shows a map of the
     1092    standard deviation of photometry residuals for stars in each pixel.}
     1093  \end{center}
     1094\end{figure}
    10531095
    10541096\subsubsection{Differential Chromatic Refraction}
Note: See TracChangeset for help on using the changeset viewer.