-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.html
More file actions
executable file
·60 lines (53 loc) · 2.27 KB
/
requirements.html
File metadata and controls
executable file
·60 lines (53 loc) · 2.27 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
---
layout: default
---
<!-- Main -->
<section id="main" class="wrapper style1">
<header class="major">
<h2>Recommended System Requirements</h2>
</header>
<div class="container">
<p>
The Workstation can be used in different ways, depending on the scientific use case. For example, basic image browsing can be done on a laptop, while heavy 3d tracing requires a more powerful desktop workstation. Here we list two minimal system configurations.
</p>
<p>
As an alternative to purchasing a high-end machine, users can leverage a virtualized environment described <a href="#remote">below</a>.
</p>
<div class="row" style="margin-top: 5em">
<div class="6u">
<section class="special">
<h2>Fly Image Browsing</h2>
<ul class="alt">
<li>2.9 GHz Intel Core i5 CPU or better</li>
<li>8 GB RAM (16 GB recommended)</li>
<li>2 GB of Video RAM</li>
<li>100 GB of available hard-disk space (1 TB recommended)</li>
<li>Mac OS X 10.11, Windows 7, or Scientific Linux 7</li>
</ul>
</section>
</div>
<div class="6u">
<section class="special">
<h2>Mouse Neuron Tracing</h2>
<ul class="alt">
<li>2.6 GHz Intel Core i7 CPU or better</li>
<li>48 GB of RAM (64 GB recommended)</li>
<li>4 GB of Video RAM (8 GB recommended)</li>
<li>1 GB of disk space</li>
<li>Windows 7 or Scientific Linux 7</li>
</ul>
</section>
</div>
</div>
{% if site.components.remote %}
<hr class="major" id="remote" style="margin-top: 4em" />
<div class="row" style="margin-top: 1em">
<div class="2u"> </div>
<div class="8u">
{% include /remote.html %}
</div>
<div class="2u"></div>
</div>
{% endif %}
</div>
</section>