title |
---|
Review Overview |
## Machine Files
{%endif%}
{% endfor %}
{% for mf_comments in site.data.comments.machine_files %}
{% if mf_comments[1].comment %}
{% capture com %}{{mf_comments[1].comment}}{% endcapture %}
{% capture aut %}{{mf_comments[1].author}}{% endcapture %}
{% capture rev %}{{mf_comments[1].review}}{% endcapture %}
{% capture upt %}{{mf_comments[1].uptodate}}{% endcapture %}
{% include template_comment.md comment=com author=aut review=rev uptodate=upt %}
Dimension | Radius | Weighting | Kind | Coefficients | Datatype | Machine | Comments |
---|---|---|---|---|---|---|---|
{% for dimension in site.data.comments.stencils -%} | |||||||
{% for radius in dimension[1] -%} | |||||||
{% for weighting in radius[1] -%} | |||||||
{% for kind in weighting[1] -%} | |||||||
{% for coefficients in kind[1] -%} | |||||||
{% for datatype in coefficients[1] -%} | |||||||
{% for machine in datatype[1] -%} | |||||||
{%- capture url -%}{{site.baseurl}}/stencils/{{dimension[0]}}/{{radius[0]}}/{{weighting[0]}}/{{kind[0]}}/{{coefficients[0]}}/{{datatype[0]}}/{{machine[0]}}/{%- endcapture -%} | |||||||
{{dimension[0]}} | {{radius[0]}} | {{weighting[0]}} | {{kind[0]}} | {{coefficients[0]}} | {{datatype[0]}} | {{machine[0]}} | {%- for c in machine[1] -%}<a href="{{url}}#{{c[0] |
{% endfor -%} | |||||||
{% endfor -%} | |||||||
{% endfor -%} | |||||||
{% endfor -%} | |||||||
{% endfor -%} | |||||||
{% endfor -%} | |||||||
{% endfor -%} |