-
Notifications
You must be signed in to change notification settings - Fork 1
/
nice_index.html
66 lines (56 loc) · 3.32 KB
/
nice_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
65
66
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" version="-//W3C//DTD XHTML 1.1//EN" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="../../../styles.css" type="text/css">
<title>egsnrcpy</title>
<!-- $Id: nice_index.html,v 1.1 2008-04-23 15:51:28-04 drauh Exp drauh $ -->
</head>
<body>
<h1>egsnrcpy</h1>
<p>Classes to handle EGSnrc phantoms and dose distributions. Uses C modules
for speed.</p>
<p>Requires <a href="http://numpy.scipy.org/">numpy</a>.</p>
<p><a href=".">Click here</a> to see all files, including example
programs. The whole package is here: <a href="../egsnrcpy.tar.gz">egsnrcpy.tar.gz</a>.</p>
<p>
<ul>
<li><a href="INSTALL">INSTALL</a></li>
<li><a href="README">README</a></li>
<li><a href="setup.py.html">setup.py</li>
<li><a href="egsnrc">egsnrc</a><ul>
<li><a href="egsnrc/__init__.py.html">__init__.py</a></li>
<li><a href="egsnrc/_egsphant.c.html">_egsphant.c</a></li>
<li><a href="egsnrc/EGSPhant.py.html">EGSPhant.py</a></li>
<li><a href="egsnrc/_mcdose.c.html">_mcdose.c</a></li>
<li><a href="egsnrc/MCDose.py.html">MCDose.py</a></li>
</ul></li>
</ul>
</p>
<hr width="80%"/>
<p align="left">Return to <a href="../../..">main page</a>.</p>
<div id="footer">
<!--
<a href="http://www.brainbench.com/transcript.jsp?pid=2775838"><img src="Images/highitaptitude.png" width="170" height="50" alt="Brainbench: Programmer/Analyst Aptitude" border="0" /></a>
<a href="http://www.brainbench.com/transcript.jsp?pid=2775838"><img src="Images/cppprogrammer.png" width="170" height="50" alt="Brainbench: C++" border="0" /></a><br/>
<a href="http://www.brainbench.com/transcript.jsp?pid=2775838"><img src="Images/unixkornshellscripting.png" width="170" height="50" alt="Brainbench: Unix Korn Shell Scripting" border="0" /></a>
<a href="http://www.brainbench.com/transcript.jsp?pid=2775838"><img src="Images/englishvocabulary.png" width="170" height="50" alt="Brainbench: English Vocabulary" border="0" /></a><br/>
<a href="http://www.brainbench.com/transcript.jsp?pid=2775838"><img src="../../../Images/brainbench.png" width="80" height="15" alt="My Brainbench transcript" title="My Brainbench transcript" border="0"/></a>
-->
<a href="http://www.adobe.com/products/acrobat/readstep2.html"><img src="../../../Images/get-adobe-button.png"
width="80" height="15" alt="Get Adobe Reader" title="Get Adobe Reader" border="0"/></a>
<a href="http://david.w.h.chin.googlepages.com/crypto.html"><img src="../../../Images/pgp-button.png" alt="My PGP Keys" title="My PGP Keys" width="80" height="15" border="0"/></a><br/>
<!-- <span class="tinytt">$Date: 2008-02-22 14:56:25-05 $</span> -->
</div>
<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-10916932-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>