-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (55 loc) · 3.08 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN
"http://www.w3.org/TR/html4/loose.dtd"">
<html>
<head>
<title>Klusters, Neuroscope and NDManager</title>
<link rel="stylesheet" href="style.css">
<style type="text/css">
h1 { font-weight: normal; font-size: 18px; color: #777777; }
.header { height: 150px; }
</style>
</head>
<body bgcolor="#F5F5F5">
<!-- ******************************************** Header ******************************************** -->
<div class="box">
<div class="header"></div>
<div class="title"></div>
<div class="image"></div>
<!-- ******************************************** Overview ******************************************** -->
<div class="smallbox">
<div class="section">Information</div>
<a href="information.html"><img src="Images/Book3-40.png"></img></a>
<br>
<div class="section">Download</div>
<a href="GNULinux.html"><img src="Images/GNULinux.png" height="45px"></img></a>
<a href="MacOS.html"><img src="Images/MacOS.png" height="45px"></img></a>
<a href="Windows.html"><img src="Images/Windows.png" height="45px"></img></a>
</div>
<!--<div class="smallbox">
<div class="section">Downloads</div>
<a href="GNULinux.html"><img src="Images/GNULinux.png" height="45px"></img></a>
<a href=""><img src="Images/MacOS.png" height="45px"></img></a>
<a href=""><img src="Images/Windows.png" height="45px"></img></a>
<br>
<br>
<div class="section">Help</div>
<a href="help.html"><img src="Images/Help.png" height="22px"></img></a>
</div>
-->
<h1>
Free Data Visualization and Processing Tools for Neurophysiologists
</h1>
<p><strong>This is a fork of the version maintained on sourceforge. We were forced to this measure, because the official maintainer, Michaël Zugaro, could not be reached on multiple attempts over the periode of more than a year. Therefore all further development will continue <a href="https://github.com/neurosuite">on github.</a></strong></p>
<p>
<span class="keyword">Klusters</span> is a powerful and easy-to-use cluster cutting application designed to help neurophysiologists sort action potentials recorded from multiple neurons on groups of electrodes (e.g., tetrodes or multisite silicon probes).
</p>
<p>
<span class="keyword">NeuroScope</span> is an advanced viewer for neurophysiological and behavioral data: it can display local field potentials (LFPs), neuronal spikes, behavioral events, as well as the position of the animal in the environment. It also features limited editing capabilities.
</p>
<p>
<span class="keyword">NDManager</span> (Neurophysiological Data Manager) is a simple graphical application designed to help neurophysiologists manage their experimental recording parameters (e.g., number of channels and sampling rate of the acquisition system) and process their data (data filtering, spike extraction, PCA, etc.)
</p>
<span class="credits">Developed by Lynn Hazan (main developer), Montel Laurent (qt3 to qt4/5 porting), David Faure (qt3 to qt4/5 porting), Michaël Zugaro (plugins, maintenance) and Florian Franzen (blackrock support, maintenance), distributed under the GNU Public License.</span>
</div>
</body>
</html>