Index: /branches/eam_branches/ipp-20120405/doc/stamps/stampsICD.tex
===================================================================
--- /branches/eam_branches/ipp-20120405/doc/stamps/stampsICD.tex	(revision 33949)
+++ /branches/eam_branches/ipp-20120405/doc/stamps/stampsICD.tex	(revision 33950)
@@ -252,4 +252,5 @@
 PSTAMP\_SELECT\_INVERSE   &    1024  &   make stamps from inverse difference images (applies only for diff) \\
 PSTAMP\_SELECT\_UNCONV    &    2048  &   make stamps from unconvolved stack images (applies only for stack) \\
+PSTAMP\_RESTORE\_BACKGROUND &  4096  &   (TODO) restore background correction to chip stage images before making stamp \\
 PSTAMP\_USE\_IMFILE\_ID   &   16384  &   for byid requests select images using image id instead of stage id \\
 PSTAMP\_NO\_WAIT\_FOR\_UPDATE &  32768  &   if images are not available because they have been cleaned don't wait \\
Index: /branches/eam_branches/ipp-20120405/ippdor/doc/Full/administration.tex
===================================================================
--- /branches/eam_branches/ipp-20120405/ippdor/doc/Full/administration.tex	(revision 33949)
+++ /branches/eam_branches/ipp-20120405/ippdor/doc/Full/administration.tex	(revision 33950)
@@ -29,4 +29,23 @@
 \label{sec-adm-newnode}
 
+Log in as the \texttt{ippdor} user on any host of the cluster.
+
+To install the condor on any \texttt{host}, run:
+\begin{verbatim}
+ippdor@ippc18 ~ $ ssh <host> ./deploy_condor.sh
+\end{verbatim}
+
+\section{Starting Condor where it does not run}
+\label{sec-adm-start_condor}
+
+It's been a long time that Condor has not been used. We don't know
+where it runs and don't want to try to restart it where it does not
+run...
+
+Simply run (use auto-completion):
+\begin{verbatim}
+ippdor@ippc30 ~ $ start_condor_where_it_does_not_run.sh 
+\end{verbatim}
+
 \section{Updating Condor}
 \label{sec-adm-update}
Index: /branches/eam_branches/ipp-20120405/ippdor/doc/Full/ippdor.tex
===================================================================
--- /branches/eam_branches/ipp-20120405/ippdor/doc/Full/ippdor.tex	(revision 33949)
+++ /branches/eam_branches/ipp-20120405/ippdor/doc/Full/ippdor.tex	(revision 33950)
@@ -9,6 +9,8 @@
 \usepackage{enumitem}
 
+\newcommand{\docversion}{0.2}
+
 \title{Condor in the IPP}
-\author{S.~Chastel\\Version 0.1}
+\author{S.~Chastel\\Version \docversion{}}
 \date{2011-11-23}
 
@@ -66,4 +68,5 @@
   \textbf{Version} & \textbf{Date} & \textbf{Comment} \\
   \hline
+  0.2 & 2012-04-17 & "Changing" the IPP section. Deployment. Starting where Condor doesn't run\\
   0.1 & 2011-11-23 & First draft \\
   \hline
Index: /branches/eam_branches/ipp-20120405/ippdor/doc/Full/link_ipp.tex
===================================================================
--- /branches/eam_branches/ipp-20120405/ippdor/doc/Full/link_ipp.tex	(revision 33949)
+++ /branches/eam_branches/ipp-20120405/ippdor/doc/Full/link_ipp.tex	(revision 33950)
@@ -2,3 +2,39 @@
 \label{chap-ipp}
 
-TODO
+\section{Changing the IPP}
+\label{sec-changing-ipp}
+
+\begin{enumerate}
+\item Checkout the new tag from the SVN repository in the dedicated
+  \texttt{ipp} directory, e.g. (for the ipp-20120404 tag):
+\begin{verbatim}
+ippdor@ippc18 ~ $ cd ipp
+ippdor@ippc18 ~/ipp $ svn co https://svn.pan-starrs.ifa.hawaii.edu/repo/ipp/tags/ipp-20120404
+\end{verbatim}
+\item Redefine (locally, that is, for the shell session where the IPP
+  will be compiled) the IPP version with the \texttt{psconfig} command, e.g.:
+\begin{verbatim}
+ippdor@ippc18 ~/ipp $ psconfig 20120404
+\end{verbatim}
+\item Compile and install the IPP as usual, e.g.:
+\begin{verbatim}
+ippdor@ippc18 ~/ipp $ cd ipp-20120404/psconfig
+ippdor@ippc18 ~/ipp $ ./psbuild -dev -extbuild
+\end{verbatim}
+\item Have a cup of coffee
+\item Change the symbolic links in the
+  \texttt{\$HOME/psconfig/20110920}\footnote{\texttt{20110920} is
+    related to the ippdor version and has nothing to do with the IPP
+    version} directory for \texttt{current} and
+  \texttt{current.lin64}, e.g.:
+\begin{verbatim}
+ippdor@ippc18 ~/ipp $ cd ~/psconfig/20110920
+ippdor@ippc18 ~/ipp $ rm current current.lin64
+ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current
+ippdor@ippc18 ~/ipp $ ln -s 20120404.lin64 current.lin64
+\end{verbatim}
+\item Test it on a small sample of data! (even if you can already
+  check if the correct version is used with, for instance,
+  \texttt{ppImage --version})
+\end{enumerate}
+
