commit 09d914a7d5e6e1dfa39d5aad14cb2b7cd6333554
parent d4b8864b27890f18d539433e60174152cb1340a9
Author: Vincent Forest <vaplv@free.fr>
Date: Thu, 10 Aug 2017 13:08:35 +0200
Minor upd and commit the themis image
Diffstat:
4 files changed, 11 insertions(+), 32 deletions(-)
diff --git a/.gitattributes b/.gitattributes
@@ -1,3 +1,4 @@
+themis.png filter=lfs diff=lfs merge=lfs -text
*.png text !filter !merge !diff
*.svg text !filter !merge !diff
*.jpg text !filter !merge !diff
diff --git a/meso.css b/meso.css
@@ -1,8 +1,7 @@
body {
background-color: #cccccc;
font-family: Liberation Sans,sans-serif;
- text-align: justify;
- margin: 0
+ margin: 0 auto;
}
h1 {
@@ -91,7 +90,7 @@ pre.code a {
padding: 1em 2em 1em 2em;
background-color: #ffffff;
max-width: 50em;
- /*text-align: justify;*/
+ text-align: justify;
font-size: 10pt;
clear: both;
}
diff --git a/solstice.html b/solstice.html
@@ -88,8 +88,8 @@ analysis tool, <i>etc.</i>.</p>
<img src="themis.png" style="float: relative">
</a>
<div id="caption">
- Exemple of Solstice outputs post-processed and then displayed in
- <a href="https://www.paraview.org" onclick='window.open(this.href);
+ Example of Solstice outputs post-processed and then displayed in
+ <a href="https://www.paraview.org" onclick='window.open(this.href);
return false;'>Paraview</a>.
</div>
</div>
@@ -104,32 +104,11 @@ are not correctly oriented. A post process can also map the results of the
simulation to the solar plant geometry in order to provide an efficient and
interactive way to visualise, and thus analyse, the estimated data.</p>
-<p>Finally, the Solstice program provides <b>offline rendering</b> capabilities.
-It implements an un-biased physically based rendering kernel that relies on the
-data and algorithmic tools used by the solver. This ensures that the drawn
-images give visual clues on how the light actually interacts with the geometry
-and the materials of the simulated solar plant.</p>
-
-<!--
-<h2>Export simulation data</h2>
-
-<p>
-Beside the simulation process, the Solstice command-line provides options to
-output the <b>radiative paths</b> sampled during a simulation, and to save the
-solar plant geometry into a <b>regular geometric file format</b>. The resulting
-data can then be <b>interactively visualise</b> into a data visualisation tool
-which may be a great help to identify a design issue.
-</p>
-
-<h2>Draw images</h2>
-
-<p>
-Solstice has an <b>offline rendering</b> mode used to compute an image of the
-submitted solar plant. The Solstice rendering kernel internally relies onto the
-same data used by the solver and thus can be used to simulate and visualise the
-interaction of the light with the geometry and its associated materials.
-</p>
--->
+<p>Solstice provides also <b>offline rendering</b> capabilities. It implements
+an un-biased physically based rendering kernel that relies on the data and
+algorithmic tools used by the solver. This ensures that the drawn images give
+visual clues on how the light actually interacts with the geometry and the
+materials of the simulated solar plant.</p>
<h2>Quick start</h2>
@@ -169,7 +148,7 @@ use the <code>man</code> command-line to read its ROFF version.</p>
<pre class="code">
~ $ man <a href="solstice.1.html">solstice</a>
-~ $ man <a href="solstice-input.5.html">solstice-input</a>
+~ $ man <a href="solstice-input.5.html">input</a>
~ $ man <a href="solstice-output.5.html">solstice-output</a>
~ $ man <a href="solstice-receiver.5.html">solstice-receiver</a>
</pre>
diff --git a/themis.png b/themis.png
Binary files differ.