add ぽres stuff

This commit is contained in:
acereca 2018-09-09 20:53:25 +02:00
parent 5eaffbcc0e
commit 68e9bb6c42
27 changed files with 44463 additions and 42963 deletions

Binary file not shown.

View File

@ -34,7 +34,7 @@ def gen_reg_theory():
[x for x, y in zip(xdata, ydata) if y >= 0],
[y for y in ydata if y >= 0],
color=f"C{n}",
label=f"V$_{{off}}$ = {voff}"
label=f"V$_{{off}}$ = {voff} V"
)
plt.plot(
xdata,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 485 KiB

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Before

Width:  |  Height:  |  Size: 3.9 MiB

After

Width:  |  Height:  |  Size: 3.9 MiB

View File

@ -1,18 +1,30 @@
\documentclass[convert={outext=.svg}]{standalone}
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=\textwidth]{../pics/poweritv2_teststand_3.png}};
\node[anchor=south west,inner sep=0] (image) at (0,0) {\includegraphics[width=\textwidth]{../pics/poweritv2_teststand_2_1.jpg}};
\begin{scope}[x={(image.south east)},y={(image.north west)}]
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.15, .25) rectangle (.08,.19);
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.86, .71) rectangle (.94,.79);
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.85, .24) rectangle (.93,.18);
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.13, .71) rectangle (.06,.78);
\draw[green, fill=green, fill opacity=.2, ultra thick, rounded corners] (.44, .85) rectangle (.64, .9);
\draw[green, fill=green, fill opacity=.2, ultra thick, rounded corners] (.54, .12) rectangle (.35, .07);
\draw[green, fill=green, fill opacity=.2, ultra thick, rounded corners] (.61, .7) rectangle (.40, .15);
\draw[green, ultra thick, ->] (.5, .70) -- (.5, .85);
\draw[green, ultra thick, ->] (.5, .15) -- (.5, .12);
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.15, .25) rectangle (.08,.19);
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.86, .71) rectangle (.94,.79);
\draw[blue, fill=blue, fill opacity=.2, ultra thick, rounded corners] (.67, .13) rectangle (.77,.83);
\draw[blue, ultra thick, ->] (.77, .75) -- (.86,.75);
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.85, .24) rectangle (.93,.18);
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.13, .71) rectangle (.06,.78);
\draw[red, fill=red, fill opacity=.2, ultra thick, rounded corners] (.33, .14) rectangle (.22,.82);
\draw[red, ultra thick, ->] (.22, .75) -- (.13,.75);
\draw[blue, ultra thick, ->] (.67, .55) -| (.11,.25);
\draw[red, ultra thick, ->] (.33, .45) -| (.89,.24);
\draw[magenta, fill=magenta, fill opacity=.2, ultra thick, rounded corners] (.04, .8) rectangle (.14, .9);
\draw[magenta, ultra thick, ->] (.14, .85) -| (.43, .70);
\end{scope}
\end{tikzpicture}
\end{document}

BIN
tikz/pres_10v.pdf Normal file

Binary file not shown.

25
tikz/pres_10v.tex Normal file
View File

@ -0,0 +1,25 @@
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
\includegraphics{../../pitstop/20180901/calib_v10_s.pdf}
};
\begin{scope}[x={(image.south east)},y={(image.north west)}]
\node[fill=white, draw=gray] at (.8, .51) {
\begin{circuitikz}[scale=1]
\draw[color=black, thick]
(0,0) node[left]{GND}
to [short, o-] (.1,0)
to [R, l_={R1 1k}] (.1,.1)
(0,.2) node[left]{9.6V}
to [short, o-] (.1,.2)
to [R, l={R2 3k}] (.1,.1)
to [short, *-] (.25, .1) node[right, draw=black] {MONITOR\_10V};
\end{circuitikz}
};
\end{scope}
\end{tikzpicture}
\end{document}

BIN
tikz/pres_18i.pdf Normal file

Binary file not shown.

29
tikz/pres_18i.tex Normal file
View File

@ -0,0 +1,29 @@
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
\includegraphics{../../pitstop/20180901/calib_i18_s.pdf}
};
% \begin{scope}[x={(image.south east)},y={(image.north west)}]
% \node[fill=white, draw=gray] at (.8, .51) {
% \begin{circuitikz}[scale=1]
% \draw[color=black, thick]
% (-.1,0) %node[left]{GND}
% to [short,f<^=I$_\text{1.8V}$, -] (.1,0)
% to [] (.1,.05)
% (-.1,.2) %node[left]{1.8V}
% to [short, f>_=I$_\text{1.8V}$, -] (.1,.2)
% to [] (.1,.15)
% (.12,.1) node[draw=black, regular polygon, regular polygon sides=4, minimum size=.27cm, fill=white]{ACS758}
% (.169,.1)
% to [short, *-] (.3, .1) node[right, draw=black] {VDD\_1V8\_*};
% \end{circuitikz}
% };
% \end{scope}
\end{tikzpicture}
\end{document}

BIN
tikz/pres_18v.pdf Normal file

Binary file not shown.

14
tikz/pres_18v.tex Normal file
View File

@ -0,0 +1,14 @@
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
\includegraphics{../../BaTh/data/m03_poticalib/adccalib_02.pdf}
};
\begin{scope}[x={(image.south east)},y={(image.north west)}]
\node[fill=white, draw=gray] at (1.05,.4) {
\includegraphics[width=.55\textwidth]{gen18v.pdf}
};
\end{scope}
\end{tikzpicture}
\end{document}

BIN
tikz/pres_48i.pdf Normal file

Binary file not shown.

14
tikz/pres_48i.tex Normal file
View File

@ -0,0 +1,14 @@
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
\includegraphics{../../pitstop/20180901/calib_i48_s.pdf}
};
\begin{scope}[x={(image.south east)},y={(image.north west)}]
\node[fill=white, draw=gray] at (.8, .52) {
\includegraphics[width=.7\columnwidth]{mon48i.pdf}
};
\end{scope}
\end{tikzpicture}
\end{document}

BIN
tikz/pres_48v.pdf Normal file

Binary file not shown.

1389
tikz/pres_48v.svg Normal file

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 105 KiB

14
tikz/pres_48v.tex Normal file
View File

@ -0,0 +1,14 @@
\documentclass[]{standalone}
\input{./tikzpreamble}
\begin{document}
\begin{tikzpicture}
\node[anchor=south west,inner sep=0] (image) at (0,0) {%
\includegraphics{../../pitstop/20180831/calib_v48_s.pdf}
};
% \begin{scope}[x={(image.south east)},y={(image.north west)}]
% \node[fill=white, draw=gray] at (.8, .51) {
% \includegraphics[width=.7\columnwidth]{mon48v.pdf}
% };
% \end{scope}
\end{tikzpicture}
\end{document}

Binary file not shown.

View File

@ -5,18 +5,24 @@
\begin{circuitikz}[scale=2]
\draw[color=black, thick]
(0,3)
to [short, *-] (-.8,3)
to [voltmeter] (-.8,-.5)
(-.8,3)
% to [short, *-] (-.8,3)
to [voltmeter, *-] (-.8,-.5)
to [short, -*] (0,-.5)
(0,3.2) node[right] {V$_\text{ss}$ = 1.8V}
to [R, l={$R_0$}, v_>=$I_{ges}$, o-] (0,1.5)
(-.2,1.45) node[left] {V$_\text{drop}$}
(-1.7,.9) node[draw=black, fill=white, minimum height=2.8cm, minimum width=2cm, ultra thick] (pit) {\large PIT}
(-1.7,3) to [short, -*] (pit.north) node[below, draw=black, minimum width=2cm] {V$_\text{1.8V}$}
(pit.south) node[above, draw=black, minimum width=2cm] {GND$_\text{1.8V}$} to [short, *-] (-1.7,-1.2)
(-1.7,3)% node[right] {V$_\text{ss}$ = 1.8V}
to (0, 3)
to [R, l={$R_0$}, v_>=$I_{ges}$, -] (0,1.5)
to [nos, *-] (0,1)
to [R, l={$R_1$}, v_>=$I_{ret}$, -] (0,-.5)
to (0, -.8) node[draw=black, fill=white]{reticle}
to [short, -] (0,-1.2)
to [short, -o] (-.4, -1.2) node[left] {GND}
to [short, -] (-1.7, -1.2) %node[left] {GND}
(0,1.5)
to [] (.6,1.5)
@ -31,7 +37,7 @@
to [nos, *-] (1.2,1)
to [R, l={$R_1$}, -] (1.2,-.5)
to (1.2, -.8) node[draw=black, fill=white]{reticle}
to [short, -] (1.2,-1.2)
to [short, -*] (1.2,-1.2)
to [short, -*] (0.6, -1.2)
(1.2, -1.2) to (1.5, -1.2) node[right]{\ldots}

View File

@ -7,8 +7,8 @@
\renewcommand*\familydefault{\sfdefault}
\renewcommand*{\ttdefault}{qcr}
\usepackage{sectsty}
\allsectionsfont{ \sffamily}
% \usepackage{sectsty}
% \allsectionsfont{ \sffamily}
%\usepackage{fontspec}