diff options
| -rw-r--r-- | dissertation.cls | 5 | ||||
| -rw-r--r-- | opa/chapter.tex | 40 | ||||
| -rw-r--r-- | opa/poweramp_flowchart.png (renamed from opa/poweramp flowchart.png) | bin | 90565 -> 90565 bytes | |||
| -rw-r--r-- | opa/preamp_flowchart.png (renamed from opa/preamp flowchart.png) | bin | 52647 -> 52647 bytes | |||
| -rw-r--r-- | todo.org | 9 | 
5 files changed, 46 insertions, 8 deletions
| diff --git a/dissertation.cls b/dissertation.cls index aecaaad..d7fc4b2 100644 --- a/dissertation.cls +++ b/dissertation.cls @@ -13,6 +13,11 @@  \RequirePackage{xcolor}  \RequirePackage{array}  +% --- layout -------------------------------------------------------------------------------------- + +\let\stdsection\section +\renewcommand\section{\clearpage\stdsection} +  % --- floats -------------------------------------------------------------------------------------- diff --git a/opa/chapter.tex b/opa/chapter.tex index 7a1d9e6..59e4243 100644 --- a/opa/chapter.tex +++ b/opa/chapter.tex @@ -50,9 +50,19 @@ femtosecond TOPAS-C models because they are by far the most challenging model to  % TODO: introduction to the internal design of the OPA
  \begin{figure}
 -  \caption[CAPTION TODO]{
 -    CAPTION TODO: TOPAS-C FACTORY POWER CURVES
 +  \includegraphics[width=\textwidth]{opa/OPA_ranges}
 +  \caption{
 +    CAPTION TODO
 +  }
 +  \label{opa:fig:preamp}
 +\end{figure}
 +
 +\begin{figure}
 +  \includegraphics[width=\textwidth]{opa/OPA_powers}
 +  \caption{
 +    CAPTION TODO
    }
 +  \label{opa:fig:preamp}
  \end{figure}
  \section{Preamp}  % ===============================================================================
 @@ -88,23 +98,22 @@ the full spectrum at each motor position.  %  \end{figure}
  \begin{figure}
 -  \includegraphics[width=\linewidth]{opa/autotune_preamp}
 +  \includegraphics[width=\linewidth]{opa/preamp_flowchart}
    \caption{
      CAPTION TODO
    }
 -  \label{opa:fig:autotune_preamp}
  \end{figure}
 -\section{Poweramp}  % =============================================================================
 -
  \begin{figure}
 -  \includegraphics[width=\linewidth]{opa/poweramp}
 +  \includegraphics[width=\linewidth]{opa/autotune_preamp}
    \caption{
      CAPTION TODO
    }
 -  \label{opa:fig:poweramp}
 +  \label{opa:fig:autotune_preamp}
  \end{figure}
 +\section{Poweramp}  % =============================================================================
 +
  Once generated, the seed goes on to be amplified in a second BBO crystal ``C2'' with the rest of
  the 800 nm pump.  %
  Optimizing this amplification step is primarily a matter of setting C2 angle.  %
 @@ -142,6 +151,21 @@ As with D2, the C2 upper panel compares the old tuning curve (thin black) with t  curve (colored X's).  %
  \begin{figure}
 +  \includegraphics[width=\linewidth]{opa/poweramp}
 +  \caption{
 +    CAPTION TODO
 +  }
 +  \label{opa:fig:poweramp}
 +\end{figure}
 +
 +\begin{figure}
 +  \includegraphics[width=\linewidth]{opa/poweramp_flowchart}
 +  \caption{
 +    CAPTION TODO
 +  }
 +\end{figure}
 +
 +\begin{figure}
    \includegraphics[width=\textwidth]{opa/d2}
    \caption{
      CAPTION TODO
 diff --git a/opa/poweramp flowchart.png b/opa/poweramp_flowchart.pngBinary files differ index 7ab1dc4..7ab1dc4 100644 --- a/opa/poweramp flowchart.png +++ b/opa/poweramp_flowchart.png diff --git a/opa/preamp flowchart.png b/opa/preamp_flowchart.pngBinary files differ index 01b04f1..01b04f1 100644 --- a/opa/preamp flowchart.png +++ b/opa/preamp_flowchart.png @@ -46,6 +46,15 @@  * TODO figure captions                                                  :act:  * IDEA excitation power correction                                      :act:  * IDEA 2D delay example from ps system                                  :act: +* DONE insert flowcharts                                                :opa: +  CLOSED: [2018-04-12 Thu 11:21] +* TODO introduction to TOPAS-C                                          :opa: +* TODO preamp                                                           :opa: +* TODO poweramp                                                         :opa: +* TODO mixers                                                           :opa: +* TODO generalizability                                                 :opa: +* TODO future directions                                                :opa: +* TODO figure captions                                                  :opa:  * TODO insert content                                                  :PbSe:  * TODO insert content from SI                                  :mixed_domain:  * TODO verify all references                                         :polish: | 
