IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39883


Ignore:
Timestamp:
Dec 16, 2016, 5:11:22 PM (10 years ago)
Author:
eugene
Message:

moved ps figures to pics/ps

Location:
trunk/doc/release.2015/ps1.analysis
Files:
2 edited
4 moved

Legend:

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

    r39882 r39883  
    1414tgz: analysis.tgz
    1515
     16PDFPICS = \
     17pics/peaks.pdf \
     18pics/FWHM.smooth.trend.ps1.pdf \
     19pics/moment.class.pdf \
     20pics/radial.profiles.pdf
     21
    1622FILES = \
    1723../inputs/astro.sty \
     
    1925../inputs/apj.bst \
    2026../inputs/lib.bib \
    21 peaks.ps \
    22 FWHM.smooth.trend.ps1.ps \
    23 moment.class.ps \
    24 radial.profiles.ps \
     27$(PDFPICS) \
    2528analysis.tex
    2629
    27 PDFPICS = peaks.pdf FWHM.smooth.trend.ps1.pdf moment.class.pdf radial.profiles.pdf
     30pics/%.pdf : pics/%.ps
     31        echo $^
     32        echo $<
     33        echo $@
     34        echo $*
     35        ps2pdf -dEPSCrop $< $@
    2836
    29 pics/%.pdf : pics/%.ps
    30         ps2pdf -dEPSCrop $*.ps
    31 
     37pdfpics: $(PDFPICS)
    3238analysis.pdf: $(FILES)
    3339analysis.tgz: $(FILES)
  • trunk/doc/release.2015/ps1.analysis/analysis.tex

    r39880 r39883  
    2626
    2727%\def\picdir{/home/eugene/chipresid.20140404}
    28 \def\picdir{/data/pikake.2/eugene/chipresid.20140404}
     28\def\picdir{pics}
    2929
    3030% Pick a terse version of the title here;
     
    584584\begin{figure}[htbp]
    585585  \begin{center}
    586  \includegraphics[width=\hsize,clip]{peaks}
     586 \includegraphics[width=\hsize,clip]{pics/peaks}
    587587  \caption{\label{fig:peaks} Illustration of peak finding and culling peaks within a
    588588    footprint.  Insignificant peaks within the footprint of a brighter
     
    626626\begin{figure}[htbp]
    627627  \begin{center}
    628   \includegraphics[width=\hsize]{{FWHM.smooth.trend.ps1}.\plotext}
     628  \includegraphics[width=\hsize]{{pics/FWHM.smooth.trend.ps1}.\plotext}
    629629  \caption{\label{fig:moments.window} Example of the biases encountered when measuring the second
    630630    moments.  A simulated image was generated using the PS1 PSF
     
    913913\begin{figure}[htbp]
    914914  \begin{center}
    915   \includegraphics[width=\hsize]{{moment.class}.\plotext}
     915  \includegraphics[width=\hsize]{{pics/moment.class}.\plotext}
    916916  \caption{\label{fig:moment.class} Illustration of PSF star selection using the FWHM derived
    917917    from the second moments in $X_{\rm ccd}$ and $Y_{\rm ccd}$
     
    13201320\begin{figure}[htbp]
    13211321  \begin{center}
    1322   \includegraphics[width=\hsize]{{radial.profiles}.\plotext}
     1322  \includegraphics[width=\hsize]{{pics/radial.profiles}.\plotext}
    13231323  \caption{\label{fig:radial.profiles} Radial profiles of stellar images from PS1.  These two
    13241324    profiles illustrate the radial trend of the PS1 PSFs for a star
Note: See TracChangeset for help on using the changeset viewer.