-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFAQ.html
More file actions
81 lines (67 loc) · 4.12 KB
/
FAQ.html
File metadata and controls
81 lines (67 loc) · 4.12 KB
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!--[if IE]>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->
<title>StimOMatic by U. Rutishauser, A. Kotowicz and G. Laurent</title>
<link rel="stylesheet" href="/stylesheets/styles.css">
<link rel="stylesheet" href="/stylesheets/pygment_trac.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="/javascripts/main.js"></script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39136601-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<header>
<h1>StimOMatic</h1>
<p></p>
</header>
<div id="banner">
<span id="logo"></span>
<!-- <a href="" class="button fork"><strong>Left Button</strong></a> -->
<div class="downloads">
<span>Go to:</span>
<ul>
<li><a href="http://stimomatic.brain.mpg.de/DOWNLOADS.html" class="button">Downloads</a></li>
<li><a href="http://stimomatic.brain.mpg.de/DOCUMENTATION.html" class="button">Documentation</a></li>
<li><a href="http://stimomatic.brain.mpg.de/" class="button">Home</a></li>
</ul>
</div>
</div><!-- end banner -->
<div class="wrapper">
<nav>
<ul></ul>
</nav>
<section>
<h1>
<a name="faq" class="anchor" href="#faq"><span class="mini-icon mini-icon-link"></span></a>FAQ</h1>
<h2>
<a name="running-stimomatic" class="anchor" href="#running-stimomatic"><span class="mini-icon mini-icon-link"></span></a>Running StimOMatic</h2>
<p><strong>Q</strong>: After pressing the <code>Start data feed</code> button, I get an <code>Error streaming</code> message. What's wrong?<br><strong>A</strong>: Most likely, the NetComRouter can not connect to Cheetah, or the local UDP port for the NetComRouter is in use. Try restarting the computer(s).</p>
<p><strong>Q</strong>: Why does StimOMatic require MS Windows? What about MacOS and Linux?<br><strong>A</strong>: This limitation results from the fact that Neuralynx's Netcom library is only available for Windows. We'll be happy to support MacOS and Linux once the required libraries are available for these operating systems. </p>
<h2>
<a name="installing-stimomatic" class="anchor" href="#installing-stimomatic"><span class="mini-icon mini-icon-link"></span></a>Installing StimOMatic</h2>
<p><strong>Q</strong>: Running the <code>pyglet-1.1.x.msi</code> installer fails with an error <code>requires Python 2.4 or later</code>. But I've just installed Python 2.7! What's wrong?<br><strong>A</strong>: Most likely, Windows does not have Python in the Environment Variable path. Reboot Windows and try again. Otherwise install from the sources (described <a href="python/OpenGLPlotting/pomp/docs/INSTALL.html">here</a>). For more information see also the pyglet <a href="https://code.google.com/p/pyglet/issues/detail?id=488">bug report</a>.</p> </section>
<footer>
<p>Project maintained by <a href="https://github.com/urut">Ueli Rutishauser</a> and <a href="https://github.com/kotowicz">Andreas Kotowicz</a></p>
<p><small>Project funded by <a href="http://www.mpg.de/">MPG</a> and <a href="http://www.brain.mpg.de/">MPI for Brain Research</a></small></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="http://twitter.com/#!/michigangraham">mattgraham</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>