standardized figures/ path
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 47 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 8.8 KiB After Width: | Height: | Size: 8.8 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 266 KiB After Width: | Height: | Size: 266 KiB |
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 44 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.8 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 21 KiB |
@ -151,7 +151,7 @@ third dimension is used to indicate the error value
|
||||
(\figref{errorsurfacefig}).
|
||||
|
||||
\begin{figure}[t]
|
||||
\includegraphics[width=0.75\columnwidth]{error_surface.pdf}
|
||||
\includegraphics[width=0.75\columnwidth]{error_surface}
|
||||
\titlecaption{Error surface.}{The two model parameters $m$ and $b$
|
||||
define the base area of the surface plot. For each parameter
|
||||
combination of slope and intercept the error is calculated. The
|
||||
|
@ -35,7 +35,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\part{Programming basics}
|
||||
|
||||
\graphicspath{{programming/lecture/}{programming/images/}}
|
||||
\graphicspath{{programming/lecture/}}
|
||||
\setcodepath{programming/code}
|
||||
\include{programming/lecture/programming}
|
||||
|
||||
@ -43,7 +43,7 @@
|
||||
\setcodepath{debugging/code}
|
||||
\include{debugging/lecture/debugging}
|
||||
|
||||
\graphicspath{{plotting/lecture/}{plotting/lecture/images/}}
|
||||
\graphicspath{{plotting/lecture/}{plotting/lecture/figures/}}
|
||||
\setcodepath{plotting/code}
|
||||
\include{plotting/lecture/plotting}
|
||||
|
||||
@ -51,7 +51,7 @@
|
||||
\setcodepath{programmingstyle/code}
|
||||
\include{programmingstyle/lecture/programmingstyle}
|
||||
|
||||
\graphicspath{{designpattern/lecture/}{designpattern/lecture/figures/}}
|
||||
\graphicspath{{designpattern/lecture/}}
|
||||
\setcodepath{designpattern/code}
|
||||
\include{designpattern/lecture/designpattern}
|
||||
|
||||
@ -59,7 +59,7 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\part{Data analysis}
|
||||
|
||||
\graphicspath{{statistics/lecture/}{statistics/lecture/figures/}}
|
||||
\graphicspath{{statistics/lecture/}}
|
||||
\setcodepath{statistics/code}
|
||||
\include{statistics/lecture/statistics}
|
||||
|
||||
@ -75,11 +75,11 @@
|
||||
|
||||
% add chapter on nonlinear fitting (methods, initial values, local minima)
|
||||
|
||||
\graphicspath{{likelihood/lecture/}{likelihood/lecture/figures/}}
|
||||
\graphicspath{{likelihood/lecture/}}
|
||||
\setcodepath{likelihood/code}
|
||||
\include{likelihood/lecture/likelihood}
|
||||
|
||||
\graphicspath{{pointprocesses/lecture/}{pointprocesses/lecture/figures/}}
|
||||
\graphicspath{{pointprocesses/lecture/}}
|
||||
\setcodepath{pointprocesses/code}
|
||||
\renewcommand{\texinputpath}{pointprocesses/lecture/}
|
||||
\include{pointprocesses/lecture/pointprocesses}
|
||||
|