day2/session3.tex
changeset 234 68cb4265173a
parent 220 15306dad3b81
child 239 8953675dc056
equal deleted inserted replaced
233:c435d5846ef5 234:68cb4265173a
    95 
    95 
    96 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    96 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    97 % Title page
    97 % Title page
    98 \title[]{3D data Visualization}
    98 \title[]{3D data Visualization}
    99 
    99 
   100 \author[FOSSEE Team] {FOSSEE}
   100 \author[FOSSEE] {FOSSEE}
   101 
   101 
   102 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
   102 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay}
   103 \date[] {1, November 2009\\Day 2, Session 3}
   103 \date[] {1, November 2009\\Day 2, Session 3}
   104 
   104 
   105 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   105 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   155     Visual representation of data
   155     Visual representation of data
   156     \end{center}
   156     \end{center}
   157 \end{frame}
   157 \end{frame}
   158 
   158 
   159 
   159 
   160 \begin{frame}
   160 %% \begin{frame}
   161     \frametitle{Is this new?}    
   161 %%     \frametitle{Is this new?}    
   162     \begin{center}
   162 %%     \begin{center}
   163     We have moved from:
   163 %%     We have moved from:
   164     \end{center}
   164 %%     \end{center}
   165     \begin{columns}
   165 %%     \begin{columns}
   166     \column{}
   166 %%     \column{}
   167     \hspace*{-1in}    
   167 %%     \hspace*{-1in}    
   168     \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832}      
   168 %%     \includegraphics[width=1.75in,height=1.75in, interpolate=true]{data/3832}      
   169     \column{}\hspace*{-0.25in}
   169 %%     \column{}\hspace*{-0.25in}
   170     To
   170 %%     To
   171     \column{}
   171 %%     \column{}
   172     \hspace*{-1in}
   172 %%     \hspace*{-1in}
   173     \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus}  
   173 %%     \includegraphics[width=1.75in, height=1.75in, interpolate=true]{data/torus}  
   174     \end{columns}
   174 %%     \end{columns}
   175 \end{frame}
   175 %% \end{frame}
   176 
   176 
   177 \begin{frame}
   177 \begin{frame}
   178     \frametitle{3D visualization}
   178     \frametitle{3D visualization}
   179     \Large
   179     \Large
   180     \begin{center}
   180     \begin{center}
   236 
   236 
   237 \begin{frame}[fragile]
   237 \begin{frame}[fragile]
   238     \frametitle{Using mlab}
   238     \frametitle{Using mlab}
   239 
   239 
   240     \begin{lstlisting}
   240     \begin{lstlisting}
   241 In []: from enthought.mayavi import mlab
   241 In []:from enthought.mayavi import mlab
   242     \end{lstlisting}
   242     \end{lstlisting}
   243 
   243 
   244     \vspace*{0.5in}
   244     \vspace*{0.5in}
   245 
   245 
   246     \myemph{\Large Try these}
   246     \myemph{\Large Try these}
   248     \vspace*{0.25in}
   248     \vspace*{0.25in}
   249 
   249 
   250     \begin{lstlisting}
   250     \begin{lstlisting}
   251 In []: mlab.test_<TAB>
   251 In []: mlab.test_<TAB>
   252 In []: mlab.test_contour3d()
   252 In []: mlab.test_contour3d()
   253 in []: mlab.test_contour3d??
   253 In []: mlab.test_contour3d??
   254     \end{lstlisting}
   254     \end{lstlisting}
   255 \end{frame}
   255 \end{frame}
   256 
   256 
   257 \begin{frame}
   257 \begin{frame}
   258     {Exploring the view}
   258     {Exploring the view}
   511 
   511 
   512   \end{lstlisting}
   512   \end{lstlisting}
   513 \end{frame}
   513 \end{frame}
   514 
   514 
   515 \begin{frame}
   515 \begin{frame}
   516     \begin{center}
   516   \frametitle{We have covered:}
   517         \Huge    
   517   \begin{itemize}
   518         Thank you!
   518   \item Need of visualization.
   519     \end{center}
   519   \item Using mlab to create 3 D plots.
   520 \end{frame}
   520   \item Mayavi Toolkit.
   521   
   521   \end{itemize}
       
   522 \end{frame}
       
   523 
   522 \end{document}
   524 \end{document}
   523 
   525