Index: trunk/doc/release.2015/systematics.20140411/Makefile
===================================================================
--- trunk/doc/release.2015/systematics.20140411/Makefile	(revision 40152)
+++ trunk/doc/release.2015/systematics.20140411/Makefile	(revision 40153)
@@ -3,6 +3,6 @@
 # WARNING : pdflatex does not do .ps
 # 
-DO_PDFLATEX = 0
-DO_BIBTEX = 1
+DO_PDFLATEX = 1
+DO_BIBTEX = 0
 
 help:
@@ -15,9 +15,25 @@
 
 # if you have PDF pics, they may need to be converted to EPS
-PDFPICS = 
-# pics/peaks.pdf \
-# pics/FWHM.smooth.trend.ps1.pdf \
-# pics/moment.class.pdf \
-# pics/radial.profiles.pdf 
+PDFPICS = \
+pics/all_effects_r.pdf \
+pics/astrom_trends.pdf \
+pics/astrom_vs_radius.pdf \
+pics/dapmag.pdf \
+pics/dastrom_vs_flat.pdf \
+pics/dflat.pdf \
+pics/dmag.pdf \
+pics/drad.pdf \
+pics/dsmear_vs_astrom.pdf \
+pics/flat_trends.pdf \
+pics/flat_vs_radius.pdf \
+pics/psfmag_trends.pdf \
+pics/psfmag_vs_radius.pdf \
+pics/shear.pdf \
+pics/smear.pdf \
+pics/smear_trends.pdf \
+pics/smear_vs_astrom.pdf \
+pics/smear_vs_dastrom.pdf \
+pics/smear_vs_psfmag.pdf \
+pics/smear_vs_radius.pdf
 
 FILES = \
@@ -26,4 +42,5 @@
 ../inputs/apj.bst \
 ../inputs/lib.bib \
+$(PDFPICS) \
 diffusion.tex
 
Index: trunk/doc/release.2015/systematics.20140411/diffusion.tex
===================================================================
--- trunk/doc/release.2015/systematics.20140411/diffusion.tex	(revision 40152)
+++ trunk/doc/release.2015/systematics.20140411/diffusion.tex	(revision 40153)
@@ -13,5 +13,5 @@
 \RequirePackage{color}
 \RequirePackage{code}
-\RequirePackage{pbox}
+% \RequirePackage{pbox}
 \input{astro.sty}
 
@@ -22,6 +22,6 @@
 %\def\plotmode{bw}
 
-%\def\plotext{pdf}
-\def\plotext{ps}
+\def\plotext{pdf}
+%\def\plotext{ps}
 
 %\def\picdir{/home/eugene/chipresid.20140404}
@@ -704,5 +704,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\parbox[b]{\figwidth}{\includegraphics[width=5.0in]{\picdir/all.effects.r.\plotext}}
+\parbox[b]{\figwidth}{\includegraphics[width=5.0in]{\picdir/all_effects_r.\plotext}}
 \caption{All 6 measured effects for \rps.  This figure illustrates the
   different spatial structure observed for each of the 6 patterns
@@ -787,5 +787,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/smear.trends.\plotext}
+\includegraphics[width=\figwidth]{\picdir/smear_trends.\plotext}
 \caption{Correlation of the smear ($\sigma^2_{\mbox{major}} +
   \sigma^2_{\mbox{minor}}$) signal in \gps\ with the other 4 bands:
@@ -799,5 +799,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/psfmag.trends.\plotext}
+\includegraphics[width=\figwidth]{\picdir/psfmag_trends.\plotext}
 \caption{Correlation of the PSF magnitude residuals ($\delta m_{psf}$)
   in \gps\ with the other 4 bands: \rps\ (upper-left), \ips\
@@ -811,5 +811,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/astrom.trends.\plotext}
+\includegraphics[width=\figwidth]{\picdir/astrom_trends.\plotext}
 \caption{Correlation of the radial astrometric residual displacement ($\delta R$)
   in \gps\ with the other 4 bands: \rps\ (upper-left), \ips\
@@ -823,5 +823,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/flat.trends.\plotext}
+\includegraphics[width=\figwidth]{\picdir/flat_trends.\plotext}
 \caption{Correlation of the flat-field tree-ring structures in \gps\
   with the other 4 bands: \rps\ (upper-left), \ips\ (upper-right), \zps\
@@ -887,5 +887,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/smear.vs.psfmag.\plotext}
+\includegraphics[width=\figwidth]{\picdir/smear_vs_psfmag.\plotext}
 \caption{Correlation of the PSF magnitude residuals ($\delta m_{PSF}$)
   with the smear ($\sigma^2_{\mbox{major}} + \sigma^2_{\mbox{minor}}$)
@@ -900,5 +900,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/dsmear.vs.astrom.\plotext}
+\includegraphics[width=\figwidth]{\picdir/dsmear_vs_astrom.\plotext}
 \caption{
 Correlation of the radial astrometric residual displacement ($\delta
@@ -915,5 +915,5 @@
 \begin{figure*}[htbp]
 \begin{center}
-\includegraphics[width=\figwidth]{\picdir/dastrom.vs.flat.\plotext}
+\includegraphics[width=\figwidth]{\picdir/dastrom_vs_flat.\plotext}
 \caption{
 Correlation of the derivative of the radial astrometric residual
@@ -1157,6 +1157,6 @@
 
 \bibliographystyle{apj}
-\bibliography{lib}{}
-%\input{analysis.bbl}
+%\bibliography{lib}{}
+\input{diffusion.bbl}
 
 \end{document}
