next up previous [pdf]

Next: Processing exercises Up: Getting started Previous: Obtaining the test data

Displaying the data

Add the following line to the SConstruct file:

Note that it does not matter if this line appears before or after the ``Fetch'' line. You are simply instructing SCons how to create a result plot from the input.

Run

bash$ scons wiggle0.view
If everything is setup correctly in your environment, you should see something like the following output in your terminal:
bash$ scons wiggle0.view
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
retrieve(["Txx.HH"], [])
< Txx.HH /path/to/RSF/bin/sfwiggle > Fig/wiggle0.vpl
/path/to/RSF/bin/sfpen Fig/wiggle0.vpl
and a figure similar to Figure 1 appearing on your screen.

wiggle0
wiggle0
Figure 1.
To see this figure on your screen, run scons wiggle0.view
[pdf] [png] [scons]




2012-07-19