temporarily disable pgfplot things in chapter5 to make things compiled
This commit is contained in:
@@ -475,37 +475,37 @@ The conversion from ADC value to energy is done with a first-order polynomial:
|
|||||||
The calibration coefficients for the silicon channels are listed in
|
The calibration coefficients for the silicon channels are listed in
|
||||||
\cref{tab:cal_coeff}.
|
\cref{tab:cal_coeff}.
|
||||||
|
|
||||||
\begin{table}
|
%%\begin{table}
|
||||||
\begin{center}
|
%% \begin{center}
|
||||||
\pgfplotstabletypeset[
|
%% \pgfplotstabletypeset[
|
||||||
% separator
|
%% % separator
|
||||||
col sep=comma,
|
%% col sep=comma,
|
||||||
% columns displayed
|
%% % columns displayed
|
||||||
display columns/0/.style={column name = \textbf{Detector}, string type,
|
%% display columns/0/.style={column name = \textbf{Detector}, string type,
|
||||||
column type=l},
|
%% column type=l},
|
||||||
display columns/1/.style={column name = \textbf{Slope}, column type=c,
|
%% display columns/1/.style={column name = \textbf{Slope}, column type=c,
|
||||||
dec sep align},
|
%% dec sep align},
|
||||||
display columns/2/.style={column name = \textbf{Offset}, column type=r,
|
%% display columns/2/.style={column name = \textbf{Offset}, column type=r,
|
||||||
dec sep align},
|
%% dec sep align},
|
||||||
% format the line breaks
|
%% % format the line breaks
|
||||||
every head row/.style={
|
%% every head row/.style={
|
||||||
before row={\toprule},
|
%% before row={\toprule},
|
||||||
after row={\midrule},
|
%% after row={\midrule},
|
||||||
%%TODO unit of coeffcients
|
%% %%TODO unit of coeffcients
|
||||||
%after row={ \arraybackslash
|
%% %after row={ \arraybackslash
|
||||||
%{ }& { keV/channel } & { keV }\\
|
%% %{ }& { keV/channel } & { keV }\\
|
||||||
%\midrule},
|
%% %\midrule},
|
||||||
%{}& {(keV/channel)} & {(keV)}\\ \midrule},
|
%% %{}& {(keV/channel)} & {(keV)}\\ \midrule},
|
||||||
columns/Detector/.style={column type=c},
|
%% columns/Detector/.style={column type=c},
|
||||||
columns/Slope/.style={column type=c},
|
%% columns/Slope/.style={column type=c},
|
||||||
columns/Offset/.style={column type=c}
|
%% columns/Offset/.style={column type=c}
|
||||||
},
|
%% },
|
||||||
every last row/.style={after row=\bottomrule},
|
%% every last row/.style={after row=\bottomrule},
|
||||||
]{raw/si_cal_effs.csv}
|
%% ]{raw/si_cal_effs.csv}
|
||||||
\caption{Calibration coefficients of the silicon detector channels}
|
%% \caption{Calibration coefficients of the silicon detector channels}
|
||||||
\label{tab:cal_coeff}
|
%% \label{tab:cal_coeff}
|
||||||
\end{center}
|
%% \end{center}
|
||||||
\end{table}
|
%%\end{table}
|
||||||
% subsection silicon_detector (end)
|
% subsection silicon_detector (end)
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
\subsection{Germanium detector}
|
\subsection{Germanium detector}
|
||||||
@@ -640,55 +640,55 @@ for a finite-sized source without correction.
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
The absolute efficiencies of the referenced points, and calculated efficiencies
|
The absolute efficiencies of the referenced points, and calculated efficiencies
|
||||||
at X-rays of interest are listed in \cref{tab:xray_eff}.
|
at X-rays of interest are listed in \cref{tab:xray_eff}.
|
||||||
\begin{table}[htb]
|
%%\begin{table}[htb]
|
||||||
\begin{center}
|
%% \begin{center}
|
||||||
\pgfplotstabletypeset[
|
%% \pgfplotstabletypeset[
|
||||||
% separator
|
%% % separator
|
||||||
col sep=comma,
|
%% col sep=comma,
|
||||||
% columns displayed
|
%% % columns displayed
|
||||||
% column type={S} means leave formatting to siunitx
|
%% % column type={S} means leave formatting to siunitx
|
||||||
display columns/0/.style={column name = \textbf{Photons (\si{\keV})},
|
%% display columns/0/.style={column name = \textbf{Photons (\si{\keV})},
|
||||||
string type,
|
%% string type,
|
||||||
column type={S[table-format=4.3, table-alignment=center]}},
|
%% column type={S[table-format=4.3, table-alignment=center]}},
|
||||||
display columns/1/.style={column name = \textbf{Efficiency},
|
%% display columns/1/.style={column name = \textbf{Efficiency},
|
||||||
string type,
|
%% string type,
|
||||||
column type={S[parse-numbers = true,
|
%% column type={S[parse-numbers = true,
|
||||||
round-precision=3,
|
%% round-precision=3,
|
||||||
round-mode=figures,
|
%% round-mode=figures,
|
||||||
fixed-exponent=-4,
|
%% fixed-exponent=-4,
|
||||||
scientific-notation=fixed,
|
%% scientific-notation=fixed,
|
||||||
table-format=1.2e-1,
|
%% table-format=1.2e-1,
|
||||||
%table-omit-exponent,
|
%% %table-omit-exponent,
|
||||||
]}},
|
%% ]}},
|
||||||
display columns/2/.style={column name = \textbf{Uncertainty},
|
%% display columns/2/.style={column name = \textbf{Uncertainty},
|
||||||
string type,
|
%% string type,
|
||||||
column type={S[parse-numbers = true,
|
%% column type={S[parse-numbers = true,
|
||||||
round-precision=3,
|
%% round-precision=3,
|
||||||
round-mode=figures,
|
%% round-mode=figures,
|
||||||
fixed-exponent=-5,
|
%% fixed-exponent=-5,
|
||||||
scientific-notation=fixed,
|
%% scientific-notation=fixed,
|
||||||
table-format=1.3e-1,
|
%% table-format=1.3e-1,
|
||||||
%table-omit-exponent,
|
%% %table-omit-exponent,
|
||||||
]}},
|
%% ]}},
|
||||||
% format the line breaks
|
%% % format the line breaks
|
||||||
every head row/.style={
|
%% every head row/.style={
|
||||||
before row={\toprule},
|
%% before row={\toprule},
|
||||||
after row={
|
%% after row={
|
||||||
%\textbf{\si{\keV}} & \textbf{\num{E-4}} & \textbf{\num{E-4}}\\
|
%% %\textbf{\si{\keV}} & \textbf{\num{E-4}} & \textbf{\num{E-4}}\\
|
||||||
\midrule},
|
%% \midrule},
|
||||||
columns/0/.style={column type=r},
|
%% columns/0/.style={column type=r},
|
||||||
columns/1/.style={column type=c},
|
%% columns/1/.style={column type=c},
|
||||||
columns/2/.style={column type=c}
|
%% columns/2/.style={column type=c}
|
||||||
},
|
%% },
|
||||||
every last row/.style={after row=\bottomrule},
|
%% every last row/.style={after row=\bottomrule},
|
||||||
every nth row={8}{before row={\midrule}},
|
%% every nth row={8}{before row={\midrule}},
|
||||||
]{raw/ge_eff.csv}
|
%% ]{raw/ge_eff.csv}
|
||||||
\end{center}
|
%% \end{center}
|
||||||
\caption{Absolute efficiencies of the germanium detector in case of
|
%% \caption{Absolute efficiencies of the germanium detector in case of
|
||||||
a point-like source placed at the centre of the target (upper half), and
|
%% a point-like source placed at the centre of the target (upper half), and
|
||||||
the calculated efficiencies for the X-rays of interest (lower half).}
|
%% the calculated efficiencies for the X-rays of interest (lower half).}
|
||||||
\label{tab:xray_eff}
|
%% \label{tab:xray_eff}
|
||||||
\end{table}
|
%%\end{table}
|
||||||
|
|
||||||
% subsection germanium_detector (end)
|
% subsection germanium_detector (end)
|
||||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||||
|
|||||||
Reference in New Issue
Block a user