\documentclass[12pt]{book}

\input{../../header}

\lstset{inputpath=../code}
\graphicspath{{figures/}}

\typein[\pagenumber]{Number of first page}
\typein[\chapternumber]{Chapter number}
\setcounter{page}{\pagenumber}
\setcounter{chapter}{\chapternumber}

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document} 

\input{pointprocesses}

\section{TODO}
\begin{itemize}
\item Add spikeraster function
\item Multitrial firing rates
\item Choice of bin width for PSTH, kernel width, also in relation sto
  stimulus time scale
\item Kernle firing rate: discuss different kernel shapes, in
  particular causal kernels (gamma, exponential), relation to synaptic
  potentials
\end{itemize}

\end{document}