Figure 7

  Once the single-zone nucleosynthesis results are available, including the currents XML file, one can make Figure 7. To do so, change into the projects/nucnet-tools-code/examples/graph/ directory and compile the graph codes:

cd ~/projects/nucnet-tools-code/examples/graph/  
 
make all_graph

Next, run the script to create the output pdf file:

./current_graph.sh ../../data_pub/s15a28a28/currents_608_1.0e51_reference.xml "" "" "[z >= 6 and z <= 12 and a - z >= 6 and a - z <= 14]" linear currents_608_1_0e51_reference.pdf

The XPath expressions select nuclides and reactions as well as the induced subgraph to show the integrated currents. Figure 7 is the output file currents_608_1_0e51_reference.pdf. The code places the output file in the projects/nucnet-tools-code/examples/graph/ directory. You may choose to move it to the projects/nucnet-tools-code/data_pub/s15a28a28/ directory, where it will reside with the other data files.

For more information on integrated currents diagrams, please see the blog post available at https://sourceforge.net/u/mbradle/blog/2013/06/creating-integrated-currents-diagrams/.