From 81c42dea5be4300fa18d8204c4fb16b66c035c5d Mon Sep 17 00:00:00 2001 From: Nicholas Horelik Date: Thu, 18 Apr 2013 22:16:16 -0300 Subject: [PATCH] Update processing.html --- usersguide/processing.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usersguide/processing.html b/usersguide/processing.html index b7a2ae4b78..cadd2a23cb 100644 --- a/usersguide/processing.html +++ b/usersguide/processing.html @@ -1,4 +1,3 @@ - @@ -207,7 +206,7 @@ mesh tallies for any scores and filter bins. It requires statepoint.py, as well as PyQt.

../_images/fluxplot.png

Alternatively, the user can write their own Python script to manipulate the data -appropriately. Consider a run where the first tally contains a 105x105x1 mesh +appropriately. Consider a run where the first tally contains a 105x105x20 mesh over a small core, with a flux score and two energyin filter bins. To explicitly extract the data and create a plot with gnuplot, the following script can be used. The script operates in several steps for clarity, and is not necessarily