-
Notifications
You must be signed in to change notification settings - Fork 0
/
poster.tex
495 lines (429 loc) · 10.6 KB
/
poster.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
\NeedsTeXFormat{LaTeX2e}
\documentclass[portrait]{a0poster}
\usepackage{epsfig}
\usepackage{color}
\usepackage{transparent}
\usepackage{wallpaper}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{calc}
\usepackage{bm}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}
\usepackage{listings}
\hyphenation{re-so-na-tors na-no-tubes}
\pagestyle{empty}
\TileWallPaper{10.234cm}{11.594cm}{images/dokutitle}
\setlength{\parskip}{5pt plus 2pt minus 1pt}
\setlength{\parindent}{0pt}
\frenchspacing
\sloppy
\renewcommand{\familydefault}{\sfdefault}
% some color definitions
\definecolor{darkblue}{rgb}{0, 0, 0.5}
\definecolor{lightblue}{rgb}{0, 0, 0.8}
\definecolor{lightgray}{gray}{0.75}
\newcommand{\blue}{\color[rgb]{0.2,0.2,1}}
\newcommand{\lightblue}{\color{lightblue}}
\newcommand{\red}{\color{red}}
\newcommand{\darkgreen}{\color[rgb]{0,0.65,0}}
% Delft blauw
\definecolor{background}{rgb}{1,1,1}
\definecolor{text}{rgb}{0, 0, 0.3}
\definecolor{heading}{rgb}{0, 0, 0.8}
\definecolor{invheading}{rgb}{0.8,0.8,1}
\pagecolor{black}
\lstset{
showstringspaces=false,
basicstyle=\ttfamily,
identifierstyle=\color[rgb]{0,0,0.5},
stringstyle=\color[rgb]{0.5,0,0.5}\textbf,
commentstyle=\color[rgb]{0.9,0,0}\textbf
}
% large heading in text
\newcommand{\heading}[1]{
{\color{heading}\boldmath\textbf{\huge #1}}\\[\medskipamount]
}
% small heading in text
\newcommand{\smallheading}[1]{
{\color{heading}\textbf{\Large #1}}\\
}
% very small heading in text
\newcommand{\verysmallheading}[1]{
{\color{heading}\textbf{\large #1}}\\
}
% white bar across the column
\newcommand{\whitebar}{%
\vspace*{0.5cm}
\hspace*{-1.5cm}
\fcolorbox{white}{white}{\rule{30cm}{-0.7cm}}
\vspace*{1cm}
}
% white background for plots etc.
\newcommand{\whitebg}[1]{
{
\setlength{\fboxsep}{5mm}
\setlength{\fboxrule}{1pt}
\fcolorbox{black}{white}{\color{black}{#1}}
}
}
% place a figure
\newcommand{\placefigure}[1]{
{
\vspace{-0.4cm}
\begin{center}
\hspace*{-1cm}\begin{minipage}{0.96\textwidth}
\whitebg{
\epsfig{#1,width=0.96\textwidth}
}
\vspace*{-1cm}
{\\}
\end{minipage}
\end{center}
\vspace{-1cm}
}
}
% place a listing
\newcommand{\placelisting}[1]{
{
\vspace{-0.2cm}
\begin{center}
\hspace*{-1cm}\begin{minipage}{0.96\textwidth}
\footnotesize \renewcommand{\baselinestretch}{0.85}
\whitebg{
\parbox{0.97\textwidth}{
\lstinputlisting[language=Perl]{#1}
}
}
\renewcommand{\baselinestretch}{1}
\vspace*{-1cm}
{\\}
\end{minipage}
\end{center}
\vspace{-1cm}
}
}
% place a listing
\newcommand{\placesmalllisting}[1]{
{
\vspace{-0.2cm}
\begin{center}
\hspace*{-1cm}\begin{minipage}{0.96\textwidth}
\scriptsize \renewcommand{\baselinestretch}{0.8}
\whitebg{
\parbox{0.97\textwidth}{
\lstinputlisting[language=Perl]{#1}
}
}
\renewcommand{\baselinestretch}{1}
\vspace*{-1cm}
{\\}
\end{minipage}
\end{center}
\vspace{-1cm}
}
}
% place a text
\newcommand{\placetext}[1]{
{
\vspace{-0.2cm}
\begin{center}
\hspace*{-1cm}\begin{minipage}{0.96\textwidth}
\footnotesize \renewcommand{\baselinestretch}{0.85}
\whitebg{
\parbox{0.97\textwidth}{
\lstinputlisting{#1}
}
}
\renewcommand{\baselinestretch}{1}
\vspace*{-1cm}
{\\}
\end{minipage}
\end{center}
}
}
\begin{document}
\color{text}
\Large
%
\newlength{\seplength}
\newlength{\headerheight}
\newlength{\columnheight}
\newlength{\columnheighta}
\newlength{\columnheightb}
%
\setlength{\columnheight}{107cm}
\setlength{\columnheighta}{\columnheight-6cm}
\setlength{\columnheightb}{\columnheight+6.5cm}
\setlength{\columnwidth}{0.31\textwidth}
%
\setlength{\fboxsep}{10mm}
\setlength{\fboxrule}{0mm}
%
%
%
% the page header
%
\hspace*{-1cm}\begin{minipage}[t][][t]{\textwidth-2\fboxsep-8\fboxrule}
\color{invheading}
\begin{center}
{
\VERYHuge \vspace*{-0.6cm}
\textsf{\textbf{
Lab::Measurement -- measurement control with Perl
}}
}
\\[\baselineskip]
\begin{tabular}{ccc}
\parbox{5cm}{\vspace*{-1cm}
\begin{center}
%\epsfig{file=images/logo-ur,height=4.5cm}
\end{center}
}
&
\parbox{70cm}{
\begin{center}
{
\vspace*{-0.5cm}
\huge
S. Reinhardt, M. Schambeck, E. Fabrizzi, and A. K. Hüttel
}
\\[\medskipamount]
{\it
\Large
Institute for Experimental and Applied
Physics, University of Regensburg, 93040 Regensburg, Germany\\
}
\end{center}
\vspace*{0.5cm}
}
&
\parbox{5cm}{\vspace*{-1cm}
\begin{center}
%\epsfig{file=images/logo-sfb689,height=4.5cm}
\end{center}
}
\end{tabular}
\end{center}
\end{minipage}
\vspace*{9mm}
%
% begin of first row first column
\fcolorbox{white}{background}{
\begin{minipage}[t][\columnheighta-2\fboxsep-2\fboxrule][t]
{\columnwidth-2\fboxsep-2\fboxrule} \rule{0pt}{0pt}\\
\begin{minipage}{\textwidth}
%
%
\vspace*{0.9cm}
\heading{Flexible measurement needed?!}
\vspace*{-1cm}
\begin{itemize}
\item
Tired of following your wires in square meters of LabVIEW diagrams?
\item
Tired of clumsy string handling and low-level driver functions
in your looong C program?
\item
Use a text processing language to manage your measurement! Use Perl!
\end{itemize}
\vspace*{0.5cm}
\placelisting{srs_read.pl}
\vspace*{2cm}
\vspace*{0.9cm}
\heading{Currently supported hardware}
\vspace*{-3mm}
\placefigure{file=images/hardware}
Hardware driver backends:
\begin{itemize}
\item
NI-VISA and all hardware supported by it
\item
LinuxGPIB and all hardware supported by it
\item
HTTP, TCP connection, generic network socket
\item
USB-TMC lightweight driver (Linux, libusb)
\item
VXI-11 lightweight driver (Linux, libtirpc)
\item
Oxford Instruments IsoBus
\item
Zurich Instruments LabOne API
\end{itemize}
\vspace*{1cm}
Growing number of high-level drivers (more are {\it very} easy to add):
{\large
\begin{itemize}
\item Multimeters: HP / Agilent / Keysight / Keithley
\item DC sources: Yokogawa / Keithley / Keysight
\item AW generators: Rigol / Agilent / Keysight / Zurich Instruments
\item Lock-in amplifiers: Stanford Research / Signal Recovery / Zurich
Instruments / SyncTek
\item RF / microwave sources, spectrum analyzers, VNAs: \\ Rohde \& Schwarz /
HP / Agilent / Keysight / Rigol
\item Oscilloscopes: Tektronix / Keysight / Rohde \& Schwarz
\item Temperature controllers: Lakeshore / Oxford Instruments / Bluefors
\item Magnet power supplies: Oxford Instruments, American Magnetics (Bluefors)
\item Quantum Measurement Systems: Nanonis Tramea
\end{itemize}
}
\vspace*{1cm}
\heading{Reference / Cite as}
\textbf{``Lab::Measurement --- a portable and extensible framework for
controlling lab equipment and conducting measurements''},
S. Reinhardt {\it et al.}, Comp. Phys. Comm. \textbf{234}, 216 (2019)
%
%
%
\end{minipage}
\end{minipage}}
% end of first column
%
%
% begin of second column
\fcolorbox{white}{background}{
\begin{minipage}[t][\columnheighta-2\fboxsep-2\fboxrule][t]
{\columnwidth-2\fboxsep-2\fboxrule} \rule{0pt}{0pt}\\
\begin{minipage}{\textwidth}
%
%
%
\vspace*{0.9cm}
\heading{Real world VNA measurement}
\vspace*{-1cm}
\begin{itemize}
\item
Measuring $\left| S_{21} \right|^2$ for increasing signal power
\item
Outer loop: power applied by VNA
\item
Inner loop: hardware-executed VNA frequency sweep, transmission measurement
\end{itemize}
\vspace*{0.5cm}
\placesmalllisting{vnasweep.pl}
\vspace*{3cm}
\heading{Output files}
\vspace*{-1cm}
\placelisting{vna-ls.txt}
\vspace*{2cm}
\begin{itemize}
\item \emph{META.yml:} various metadata (host, user, date, L::M version,
command line arguments)
\item \emph{data.dat:} measured data, in tab-separated Gnuplot format
\item \emph{data.png:} live plot at the end of the measurement, as a png image
(optional)
\item archival copy of the measurement script
\item RFC3161 timestamps for data (optional)
\end{itemize}
\vspace*{2cm}
\heading{Advanced sweep features}
\vspace*{-1cm}
\begin{itemize}
\item Multidimensional sweeps, e.g. 3D sweep: creating one 2D datafile for each
step of the outermost sweep
\item Log arrays and matrices of data (PDLs). Useful for spectrum analyzers,
VNAs, oscilloscopes which do fast, internally controlled sweeps.
\item Extensive support for live plots via gnuplot: line plots (2D data) and
color maps (3D data)
\item Customizing live plots: access to all gnuplot plot and curve options
via PDL::Graphics::Gnuplot
\end{itemize}
%
%
%
\end{minipage}
\end{minipage}}
% end of second column
%
%
%
%begin third column
\fcolorbox{white}{background}{
\begin{minipage}[t][\columnheighta-2\fboxsep-2\fboxrule][t]
{\columnwidth-2\fboxsep-2\fboxrule} \rule{0pt}{0pt}\\
\begin{minipage}{\textwidth}
%
%
%
\vspace*{0.9cm}
\heading{Layer structure}
\vspace*{-3mm}
\placefigure{file=images/structure}
\begin{itemize}
\item
Modular structure. Easy to extend with new instrument drivers and connection
types
\item
Abstract IO layer, makes instrument drivers independent of hardware backends
\end{itemize}
\vspace*{2cm}
\heading{High-level sweep framework}
\vspace*{-1cm}
\begin{itemize}
\item Modern Perl implementation; use state of the art object-oriented
programming
\vspace*{1cm}
\placefigure{file=images/moose-sweep}
\vspace*{0.5cm}
\item Separate classes for sweeps, datafiles, datafolders, and plots
\item Most operational details of sweeps implemented in subclasses of
Lab::Moose::Sweep
\item High modularity: \emph{very} easy to extend
\end{itemize}
\vspace*{2cm}
\heading{New improvements / additions}
\vspace*{-2cm}
\begin{itemize}
\item
Bluefors dilution refrigerator temperature control
\item
American Magnetics AMI 430 (Bluefors) magnet power supply
\item
Keysight N9310A RF generator
\item
Zurich Instruments HDAWG arbitrary waveform generator
\end{itemize}
\vspace*{2cm}
\heading{Very stable}
\vspace*{-2cm}
\begin{itemize}
\item
No continuous adaptions (e.g., for new Python versions or operating system
versions) needed
\item
None of the new Perl releases over the past years have
ever required changes to measurement scripts
\end{itemize}
\vspace*{2cm}
\heading{Key facts}
\vspace*{-2cm}
\begin{itemize}
\item
Programmed in Perl 5, following the Modern Perl guidelines
\item
Open source / free software\\[-5cm]
\item
{\lightblue https://www.labmeasurement.de/}
\hfill\epsfig{file=images/qrcode-labmeasurement,width=5cm}
\item
License: same as Perl (GPL-1+ or Artistic)
\item
Releases on CPAN, development on Github
\item
Contributors and collaborations welcome!
\end{itemize}
\end{minipage}
\end{minipage}} % end of first row third column
%
%
%
\vspace*{0.5cm}
\begin{center}\color{invheading}\large
\hspace*{-4cm}We gratefully acknowlegde funding by the DFG via the Emmy Noether
grant Hu1808/1, SFB 689, SFB 1277, and GRK 1570.
\end{center}
\end{document}