Skip to content

Commit

Permalink
add graphics of file flow to the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lea-hagen committed Dec 17, 2020
1 parent ecf8733 commit a5629c3
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/beast_graphical_model.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.. _beast_graphical_model:

###############
Graphical Model
Expand All @@ -22,3 +23,28 @@ Based on equations in Gordon et al. (2016).
.. image:: images/beast-graphic-math.png

Generated with the `beast plot_graphic_model --type=math --savefig=png`.


###############################
Graphical Model of Output Files
###############################

This visualizes how BEAST runs create files when using either (a) subgrids or
(b) source density (SD) splitting. To visualize the use of both, replace each
SED subgrid branch with an instance of the SD file tree.


Subgrids
========

.. image:: images/beast-graphic-file-flow-subgrid.png

Generated with `beast plot_graphic_file_flow --plot_type=subgrid --savefig=png`.


Source Density
==============

.. image:: images/beast-graphic-file-flow-sd.png

Generated with `beast plot_graphic_file_flow --plot_type=sd --savefig=png`.
Binary file added docs/images/beast-file-flow-sourceden.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/beast-file-flow-subgrid.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions docs/workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ for the refitting, fixing issues, etc without rerunning everything. This
workflow has been tested on large (e.g., PHAT) and small (e.g. METAL)
datasets.

For visualizations of the code and files, see :ref:`BEAST Graphical Models
<beast_graphical_model>`.

*****
Setup
Expand Down

0 comments on commit a5629c3

Please sign in to comment.