Aggregated Model

This high level diagram gathers all flows in this model to show how components interact at a high level.


{% for report in sceneReports.keys() %}

{{report}}

{% if "Image Source" in sceneReports[report]['dataFlowTable'][0] %} {% else %} {% endif %} {% for row in sceneReports[report]['dataFlowTable'] %} {% if "Image Source" in row %} {% else %} {% endif %} {% endfor %}
Flow IDPitcher Data Construction CatcherPitcher Catcher Transport Data
{{row["Flow ID"]}} {{row["Pitcher"]}} {{row["Catcher"]}}{{row["Catcher"]}} {% for item in row["Transport Chain"] %} {% for i in range(loop.index) %} - {% endfor%} {{ item.__class__.__name__ }}
{% endfor %}
{{ row["Data"] }}

{% endfor %}