Index: trunk/ppTranslate/documentation/ICD/Makefile
===================================================================
--- trunk/ppTranslate/documentation/ICD/Makefile	(revision 34695)
+++ trunk/ppTranslate/documentation/ICD/Makefile	(revision 34696)
@@ -1,7 +1,16 @@
-SOURCE=PSDC-940-005
+SOURCE  = PSDC-940-005
+
+FIGURES = figures/exposure_ota.eps \
+	figures/ext_theta.eps \
+	figures/ipp_workflow.eps
 
 RM=/bin/rm -f
 
-all:
+figures/%.eps: figures/%.fig
+	fig2dev -L eps $< $@
+
+all: figures
+	latex $(SOURCE).tex
+	bibtex $(SOURCE)
 	latex $(SOURCE).tex
 	latex $(SOURCE).tex
@@ -12,4 +21,7 @@
 	@echo 
 
+figures: $(FIGURES)
+
 clean:
-	$(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~
+	$(RM) *.aux *.dvi *.out *.pdf *.toc *.log *~ *.blg *.bbl
+	$(RM) $(FIGURES)
Index: trunk/ppTranslate/documentation/ICD/PSDC-940-005.tex
===================================================================
--- trunk/ppTranslate/documentation/ICD/PSDC-940-005.tex	(revision 34695)
+++ trunk/ppTranslate/documentation/ICD/PSDC-940-005.tex	(revision 34696)
@@ -3,4 +3,7 @@
 \usepackage{nonfloat}
 \usepackage{caption}
+
+\usepackage{etoolbox}
+\patchcmd{\thebibliography}{\chapter*}{\subsection*}{}{}
 
 \newcommand{\outformatversion}{%
@@ -25,5 +28,5 @@
 \RevisionsStart
 % version  Date            Description
-04 & 2012 Nov 20  & Answers to DG comments/questions \\ 
+04 & 2012 Nov 20  & Modifications integrating DG comments/questions \\ 
 \hline
 03 & 2012 Oct 04  & \texttt{PS1\_DV3}: Fitted trails, new parameters\\ 
@@ -33,8 +36,12 @@
 01 & 2010 Oct 27  & New CMF Parameters \\ 
 \hline
-00 & 2006 Mar 01  & Initial version \\ \hline
+00 & 2006 Mar 01  & Initial version \\ 
+\hline
 \RevisionsEnd
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 
+
+\bibliographystyle{amsplain}
+\bibliography{icd}
 
 \DocumentsInternal
@@ -721,5 +728,5 @@
     \hline
     NPARAMS & 2+ & S32 & 
-    Number of model parameters (TODO: Reference to PV paper for details) & N/A \\
+    Number of model parameters (see \cite{VerJedDen2012IAAaPwTF}) & N/A \\
     \hline
     EXT\_WIDTH\_MAJ & 2+ & F32 & % The name is weird but it's because of normalization
Index: trunk/ppTranslate/documentation/ICD/icd.bib
===================================================================
--- trunk/ppTranslate/documentation/ICD/icd.bib	(revision 34696)
+++ trunk/ppTranslate/documentation/ICD/icd.bib	(revision 34696)
@@ -0,0 +1,19 @@
+@ARTICLE{VerJedDen2012IAAaPwTF,
+   author = {{Vere{\v s}}, P. and {Jedicke}, R. and {Denneau}, L. and
+                  {Wainscoat}, R. and {Holman}, M.~J. and {Lin},
+                  H.-W.},
+    title = "{Improved Asteroid Astrometry and Photometry with Trail
+                  Fitting}",
+  journal = {PASP},
+archivePrefix = "arXiv",
+   eprint = {1209.6106},
+ primaryClass = "astro-ph.IM",
+ keywords = {Data Analysis and Techniques},
+     year = 2012,
+    month = nov,
+   volume = 124,
+    pages = {1197-1207},
+      doi = {10.1086/668616},
+   adsurl = {http://adsabs.harvard.edu/abs/2012PASP..124.1197V},
+  adsnote = {Provided by the SAO/NASA Astrophysics Data System}
+}
