-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
288 lines (255 loc) · 17.3 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0,user-scalable=no, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:200,400,500,700" rel="stylesheet">
<title>ITOM Software — itom</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
<link rel="stylesheet" type="text/css" href="_static/MDL_theme.css?v=e3b579a1" />
<link rel="stylesheet" href="_static/MDL/material.itom.min.em.css" type="text/css" />
<link rel="stylesheet" href="_static/AnimHeader.css" type="text/css" />
<link rel="stylesheet" href="_static/modalPopup.css" type="text/css" />
<script src="_static/jquery.js?v=5d32c60e"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
<script src="_static/documentation_options.js?v=d0ae6d56"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="_static/MDL/material.min.js"></script>
<script src="_static/MDL_theme.js"></script>
<script src="_static/AnimHeader.js"></script>
<script src="_static/modalPopup.js"></script>
<link rel="icon" href="_static/ITOMfavicon.ico"/>
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Get Started" href="start.html" />
</head><body>
<!--
<div id="myModal" class="modal">
<div class="modal-content">
<span class="close">×</span>
<img src="_static/itomAnnivers.png" width=100%>
<p>ITOM celebrates 10 years. Thanks to all supporters and developers, who make this software great.<br> Btw, here is our new and even better Itom Update 4.1.0.</p>
<a href="https://sourceforge.net/projects/itom/" target="_blank" alt="Download ITOM" class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent hideSmall" data-upgraded=",MaterialButton">
<span class="mdl-color-text--white">Download</span>
</a>
</div>
</div>
-->
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header mdl-layout--fixed-drawer">
<header class="mdl-layout__header mdl-layout__header--waterfall ">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title" style="margin-right:15px">
<a class="brand" href="http://www.ito.uni-stuttgart.de" target="_blank">
<img class="logo" src="_static/ITOInverted.png" alt="ITO" height=48px />
</a>
</span>
<i class="material-icons">navigate_next</i>
<nav class="mdl-navigation breadcrumb">
<a class="mdl-navigation__link is-active">ITOM Software</a>
</nav>
<div class="mdl-layout-spacer"></div>
<a href="https://sourceforge.net/projects/itom/" target="_blank" alt="Download ITOM" class="mdl-button mdl-js-button mdl-button--raised mdl-button--accent hideSmall" style="margin-right: 20px;">
<span class="mdl-color-text--white">Download</span>
<i class="material-icons mdl-color-text--white"></i>
</a>
<a href="start.html" alt="Next" class="mdl-button mdl-js-button mdl-button--icon mdl-button--raised mdl-button--accent" style="margin-right: 10px;">
<i class="material-icons mdl-color-text--white" ></i>
</a>
<label class="mdl-button mdl-js-button mdl-button--icon mdl-button--colored">
<a href="#" alt="Home">
<i class="material-icons">home</i>
</a>
</label>
<label class="mdl-button mdl-js-button mdl-button--icon mdl-button--colored">
<a href="https://github.com/itom-project" alt="Github">
<img src="_static/github-mark.svg" alt="GitHub" width="24" height="24" style="margin:0px 0px">
</a>
</label>
<form class="form-inline pull-sm-right" action="search.html" method="get">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon" for="waterfall-exp">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" name="q" id="waterfall-exp" placeholder="Search" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</div>
</div>
</form>
<!-- Title -->
</div>
<!--
<div class="mdl-layout__header-row header-links">
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation">
</nav>
</div>-->
</header>
<header class="mdl-layout__drawer">
<!-- Title -->
<span class="mdl-layout-title">
<a class="brand" href="#">
<img class="logo" src="_static/itomlogo.png" alt="itom"/>
</a>
</span>
<nav class="mdl-navigation">
<ul>
<li class="toctree-l1"><a class="reference internal" href="start.html">Get Started</a></li>
<li class="toctree-l1"><a class="reference internal" href="features.html">Features</a></li>
<li class="toctree-l1"><a class="reference internal" href="download.html">Downloads</a></li>
<li class="toctree-l1"><a class="reference internal" href="documentation.html">Documentation</a></li>
<li class="toctree-l1"><a class="reference internal" href="plugins.html">Plugins</a></li>
<li class="toctree-l1"><a class="reference internal" href="examples.html">Examples</a></li>
<li class="toctree-l1"><a class="reference internal" href="collaboration.html">Collaboration</a></li>
</ul>
</nav>
</header>
<main class="mdl-layout__content">
<!--Hero-->
<div class="mdl-layout__header-row mdl-color--primary" id="index-banner">
<img id="ib" src="_static\itomlogoAnim.gif" height="auto" alt=""/>
<div class="container" style="margin-left:0px">
<h1 class="cd-headline letters type">
<span>ITOM </span>
<span class="cd-words-wrapper">
<b class="is-visible">measures</b>
<b>automates</b>
<b>evaluates</b>
<b>analyzes</b>
<b>plots</b>
<b>calculates</b>
<b>programms</b>
<b>rocks!</b>
</span>
</h1>
</div>
</div>
<div class="mdl-grid">
<div class="mdl-layout--small-screen-only mdl-cell mdl-cell--12-col">
<img class="" alt="itom display" src="_static/disp_mini2.jpg" style="position: relative; margin: 0 auto; width: 90%; max-width: 800px; left: 5%;" />
</div>
<div class="mdl-layout--large-screen-only mdl-cell mdl-cell--6-col-desktop">
<img class="" src="_static/disp_lg2.jpg" width="90%" style="position:relative; top:20px; left:-16px; margin:0 0" alt="itom display"/>
</div>
<div class="mdl-cell mdl-cell--6-col-desktop mdl-cell--12-col-tablet" >
<h3>Powerful. Professional. Fast.</h3>
<p class"mdl-typography--title">Use the Python scripting language in a powerful IDE including Python debugging</p>
<h3>Easily Get Started</h3>
<p class"mdl-typography--title">Setup includes the most widely used python packages available (Numpy, Scipy, Matplotlib, etc.).<br>Includes OpenCV, Qt Framework, Point Cloud Library, and much more.</p>
<h3>Open-Source & Platform independant</h3>
<p class"mdl-typography--title">Runs on many Platforms - from Windows to Linux, Mac and Raspi <br>Free available (no charge) also for commercial use<br>Source code is licensed for sharing and improving through community work<br></p>
<h3>Plug'n'Play Hardware</h3>
<p class"mdl-typography--title">Cameras, light sources, actuators, IO devices and various other hardware can be controlled. All major camera manufacturers supported.</p>
<h3>Custom GUIs</h3>
<p class"mdl-typography--title">Easily create professionally looking GUIs with the WYSIWYG Qt-Designer.</p>
</div>
</div>
<div class="page-content">
<div class="toctree-wrapper compound">
</div>
<section id="itom-software">
<h1>ITOM Software<a class="headerlink" href="#itom-software" title="Link to this heading">¶</a></h1>
<p><strong>ITOM</strong> is an open source software suite for operating measurement systems, laboratory automation and data evaluation.</p>
<p>It can be used in a multitude of application areas, but especially is devoted to optical systems and image processing.</p>
<hr>
<h2>Built-in Features</h2>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-py mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text"><b>Embedded Python</b><br>(IDE, Debug, PKGs)</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\python.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-qt mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text"><b>Qt-Framework</b><br>GUI-Design</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\qt.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-cv mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text"><b>OpenCV</b><br>Real-time image processing</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\opencv.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-plt mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text"><b>Plotting graphs</b><br>in1D-2D-2.5D-3D</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\plots.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-hw mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text"><b>Plug&Play Hardware</b><br>Cameras, Actuators, DataIO, etc.</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\hw.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
<div class="mdl-cell mdl-cell--2-col-desktop mdl-cell--4-col-tablet mdl-cell--12-col-phone mdl-card mdl-shadow--2dp">
<div class="bgimg-msim mdl-card__media mdl-card--expand mdl-card--200"></div>
<div class="mdl-card__supporting-text">Raytracing &<br> Optic simulation</div>
<div class="mdl-card__actions mdl-card--border"><a href=".\features\macrosim.html" class="mdl-button mdl-js-button mdl-button--fab mdl-button--mini-fab mdl-button--primary mdl-js-ripple-effect"><i class="material-icons">add</i></a></div>
</div>
</div>
<hr>
<div class="mdl-grid">
<div class="mdl-cell mdl-cell--12-col demo-card-wide mdl-card mdl-shadow--4dp">
<div class="mdl-card__title"><span class="mdl-card__title-text">Welcome</span></div>
<div class="mdl-card__supporting-text">Get to know how to start using ITOM. Instructions for download, installation and further information are given here.</div>
<div class="mdl-card__actions mdl-card--border"><a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href=".\start.html">Getting Started</a></div>
</div>
<div class="mdl-cell mdl-cell--12-col dev-card-wide mdl-card mdl-shadow--4dp">
<div class="mdl-card__title"><span class="mdl-card__title-text">Developer</span></div>
<div class="mdl-card__supporting-text">Help improve and understand the structure behind the ITOM Software. The source code is hosted on GitHub.com</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://sourceforge.net/projects/itom/files/all-in-one-build-setup" target="_blank">Dev Kit</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/itom" target="_blank">itom Repository</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/plugins" target="_blank">Plugins</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/designerplugins" target="_blank">Designer Plugins</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://bitbucket.org/itom/macrosim" target="_blank">MacroSIM</a>
</div>
</div>
<div class="mdl-cell mdl-cell--12-col info-card-wide mdl-card mdl-shadow--4dp">
<div class="mdl-card__title"><span class="mdl-card__title-text">Info, Bug report, News</span></div>
<div class="mdl-card__supporting-text">
To stay up-to-date on new releases and other important information please register to the Mailing list.<br>
For reporting a Bug or if you are missing a feature - Use the issue tracking system of GitHub.<br>
If you have individual questions about itom, plugins or if you miss support for s specific hardware device, please contact us using the information below.
</div>
<div class="mdl-card__actions mdl-card--border">
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://lists.sourceforge.net/lists/listinfo/itom-discussions" target="_blank">Mailing List</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/itom/issues" target="_blank">General Bugs</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/plugins/issues" target="_blank">Plugin Bugs</a>
<a class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" href="https://github.com/itom-project/designerplugins/issues" target="_blank">Designer Plugin Bugs</a>
</div>
</div>
</div>
<hr><section id="license-and-copyright">
<h2>License and Copyright<a class="headerlink" href="#license-and-copyright" title="Link to this heading">¶</a></h2>
<p>The core components and the main application of <strong>itom</strong> are covered by the <strong>GNU Library General Public Licence</strong> (GNU LGPL). All components belonging to the SDK of <strong>itom</strong> (e.g. dataObject, pointCloud, addInInterface,…) are additionally covered by an <strong>itom</strong> exception. The main idea of this exception is to allow other libraries (e.g. plugins) to include and link against components of <strong>itom</strong> SDK independent on the specific license model of the respective “other” library. For more information see <a class="reference external" href="https://itom-project.github.io/latest/docs/01_introduction/introduction.html#licensing">License</a>.</p>
<p><strong>itom</strong> is a project provided by</p>
</section>
</section>
<div class="pagenation">
<a id="button-next" href="start.html" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-button--accent" role="botton" accesskey="N">
NEXT <i class="material-icons">arrow_forward</i>
</a>
<div class="mdl-tooltip" data-mdl-for="button-next">
Get Started
</div>
</div>
</div>
<footer class="mdl-mini-footer">
<div class="mdl-mini-footer__right-section">
<div>© Copyright 2011-2024, Institut für Technische Optik, Universität Stuttgart.</div>
<div>Generated by <a href="http://sphinx.pocoo.org/">Sphinx</a> 8.1.3 using <a href="https://www.getmdl.io">MDL</a></div>
<div>This page uses <a href="http://analytics.google.com/">Google Analytics</a>.
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-51395951-1', 'auto');ga('send', 'pageview');
</script>
</div>
</div>
</footer>
</main>
</div>
</body>
</html>