Skip to content

Commit 2438d56

Browse files
committed
version string updated
1 parent ee33445 commit 2438d56

2 files changed

Lines changed: 7 additions & 17 deletions

File tree

docs/index.html

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929

3030
<div class="content container">
31-
<h1 id="octproz-user-manual"><a name="main"></a>Welcome to the OCTproZ v1.2.0 User Manual!</h1>
32-
<p><small>Date: October 06, 2020 &emsp; Author: Miroslav Zabic (zabic<span style="display:none">magic</span>@iqo.uni-hannover.de)</small></p>
31+
<h1 id="octproz-user-manual"><a name="main"></a>Welcome to the OCTproZ v1.2.1 User Manual!</h1>
32+
<p><small>Date: October 28, 2020 &emsp; Author: Miroslav Zabic (zabic<span style="display:none">magic</span>@iqo.uni-hannover.de)</small></p>
3333

3434

3535
<h1 id="id-about"><a name="about-section"></a>About</h1>
@@ -139,7 +139,7 @@ <h2>Effect of single processing steps</h2>
139139

140140
<h1 id="id-plugins"><a name="plugins-section"></a>Plug-ins</h1>
141141

142-
<p>A developer guide with more information on plugin development can be found <a href="developer.html">here</a>.</p>
142+
<p>A developer guide with more information on plug-in development can be found <a href="developer.html">here</a>.</p>
143143
<p>There are two different types of plug-ins: <i>Acquisition Systems</i> and <i>Extensions</i>. <br>
144144
Acquisition Systems represent software implementations of actual or virtual OCT systems. Extensions are software modules that extend the functionality of an OCT system (e.g. software control of a liquid lens) or provides additional custom defined post processing steps. Both, Acquisition Systems and Extensions, are dynamic libraries that are loaded into OCTproZ during runtime.<br></p>
145145
<p>To develope custom plug-ins the DevKit needs to be used. Currently, the easiest way to develop plug-ins is to download the entire OCTproZ project from GitHub, compile the DevKit and OCTproZ and use the existing examples (Virtual OCT System, Demo Extension) as templates. A more advanced Extension that can be used as template as well is the <a href="https://github.com/spectralcode/ImageStatisticsExtension">Image Statistics Extension</a> .</p>
@@ -158,18 +158,8 @@ <h1 id="id-faq"><a name="faq-section"></a>FAQ</h1>
158158

159159

160160

161-
<!--- for future reference.
162-
<h5 id="example">Example</h5>
163-
<p>Hi Future-Miro, this is how you display code in line: <code class="language-plaintext highlighter-rouge">while(true)</code> and this is how to display a code block:</p>
164-
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>void foo()
165-
{
166-
int i = 0;
167-
while(true) {
168-
i++;
169-
}
170-
}
171-
int x = i + 1; // this line is never executed
172-
</code></pre></div></div>
161+
<!---
162+
no hidden messages! come back next time.
173163
-->
174164

175165
</div>

octproz_project/octproz/src/octproz.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555

5656
#include "ui_octproz.h"
5757

58-
#define APP_VERSION "1.2.0"
59-
#define APP_VERSION_DATE "22 June 2020"
58+
#define APP_VERSION "1.2.1"
59+
#define APP_VERSION_DATE "28 October 2020"
6060
#define APP_NAME "OCTproZ"
6161

6262

0 commit comments

Comments
 (0)