diff options
author | Puneeth Chaganti | 2009-10-27 18:35:58 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-10-27 18:35:58 +0530 |
commit | 9adde82b8d8f8962e8d857cc35d6bb5e2949eb5f (patch) | |
tree | c916fd39ab81c33c48c27e6ed2fde96225fe4996 /day1 | |
parent | cef88c742d1d213819803a0c9d471c9caa8ee591 (diff) | |
parent | 693e44fb252632182495af6425eec9313f66c820 (diff) | |
download | workshops-9adde82b8d8f8962e8d857cc35d6bb5e2949eb5f.tar.gz workshops-9adde82b8d8f8962e8d857cc35d6bb5e2949eb5f.tar.bz2 workshops-9adde82b8d8f8962e8d857cc35d6bb5e2949eb5f.zip |
Merged with mainline.
Diffstat (limited to 'day1')
-rw-r--r-- | day1/session3.tex | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/day1/session3.tex b/day1/session3.tex index 491d4a3..6006fb0 100644 --- a/day1/session3.tex +++ b/day1/session3.tex @@ -299,6 +299,15 @@ savefig('/tmp/all_regions.png') \includegraphics[height=3in, interpolate=true]{data/all_regions} \end{frame} +\begin{frame} +\frametitle{L vs $T^2$ \ldots} +Let's go back to the L vs $T^2$ plot +\begin{itemize} +\item We first look at obtaining $T^2$ from T +\item Then, we look at plotting a Least Squares fit +\end{itemize} +\end{frame} + \begin{frame}[fragile] \frametitle{Dealing with data whole-sale} \begin{lstlisting} |