-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (60 loc) · 3.42 KB
/
index.html
File metadata and controls
60 lines (60 loc) · 3.42 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>dicompyler</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/github-dark.css">
<script src="javascripts/scale.fix.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<img src="images/dicompyler_icon_64.png" alt="dicompyler">
<h1>dicompyler</h1>
<p>Extensible radiation therapy research platform & viewer for DICOM & DICOM RT</p>
<p class="view"><a href="https://github.com/bastula/dicompyler">View the Project on GitHub</a></p>
<ul>
<li><a href="https://github.com/bastula/dicompyler/releases/download/release-0.4.2/dicompyler_setup-0.4.2.win32.exe">Download for<strong>Windows</strong></a></li>
<li><a href="https://github.com/bastula/dicompyler/releases/download/release-0.4.2/dicompyler-0.4.2.macosx10.5.dmg">Download for<strong>Mac</strong></a></li>
<li><a href="https://github.com/bastula/dicompyler">View On <strong>GitHub</strong></a></li>
</ul>
<p class="version"><small>Current Version: 0.4.2</small></p>
</header>
<section>
<h3>
<a id="welcome-to-dicompyler" class="anchor" href="#welcome-to-dicompyler" aria-hidden="true"><span class="octicon octicon-link"></span></a>Welcome to dicompyler</h3>
<p>
<a href="https://github.com/bastula/dicompyler"><img class="screenshot" src="https://raw.githubusercontent.com/wiki/bastula/dicompyler/images/0.3/2dview_mac_thumb.png" height="240" width="287" alt="Screenshot of dicompyler"></a>
dicompyler is an extensible open source radiation therapy research platform based on the DICOM standard. It also functions as a cross-platform DICOM RT viewer.<br>
<br>
dicompyler is written in Python and is built on a number of technologies including: <a href="http://www.pydicom.org">pydicom</a>, <a href="http://www.wxpython.org">wxPython</a>, <a href="http://www.pythonware.com/products/pil/">PIL</a>, and <a href="http://matplotlib.org">matplotlib</a> and runs on Windows, Mac OS X and Linux.<br>
<br>
Take a tour of dicompyler by checking out some <a href="https://github.com/bastula/dicompyler/wiki/Screenshots">screenshots</a> or download a copy today.<br>
<br>
<a href="https://pypi.python.org/pypi/dicompyler"><img src="http://img.shields.io/pypi/v/dicompyler.svg" alt="dicompyler on pypi"></a> <img src="http://img.shields.io/pypi/dm/dicompyler.svg" alt="Downloads per month">
<hr />
</section>
</div>
<footer>
<p>Copyright (c) 2009-2015 <a href="http://github.com/bastula">Aditya Panchal</a> & contributors</p>
<p>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-7747683-4");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>