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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>SISCone: Algorithm</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!------------>
<!-- Header -->
<!------------>
<h1 align="center">SISCone Documentation</h1>
<p>
<a name="top"></a>
<h3 align="center">Version 2.0.5</h3>
</p>
<hr size="1">
<h2 align="center">Scheme for the main algorithm</h2>
<img align="center" src="algo_main.png">
<hr size="1">
<h2 align="center">Scheme for stable cone determination</h2>
<img align="center" src="algo_stable.png">
<!------------>
<!-- footer -->
<!------------>
<hr size="1">
<a href="index.html">Home</a><br>
Contacts: <a href="mailto:gsoyez@quark.phy.bnl.gov">Gregory Soyez</a>
<a href="mailto:salam@lpthe.jussieu.fr">Gavin Salam</a>
</body>
</html>
|