{# General Macros #} {# Drop-down download cube/rss button #} {% macro dropdownload(id, target) %}
{% endmacro %} {# Rsync Modal window #} {% macro rsyncmodal() %} {# Rsync command modal #} {# end rsync modal #} {% endmacro %} {# Galaxy Search by Plate, Plate-IFU, MaNGA-ID #} {% macro galidsearch(id) %} {% endmacro %} {# Login Form #} {% macro login() %}
{% endmacro %} {# Login Modal Window #} {% macro loginmodal() %} {% endmacro %} {# Download Button for Single Galaxy #} {% macro download(id, links) %}
{% endmacro %} {# List Group #} {% macro listgroup(mylist, id) %} {% endmacro %} {# Panel With List Group #} {% macro panellist(title, mylist, id) %}

{{title|default('Panel Title')}}

{{listgroup(mylist, id)}}
{% endmacro %} {# Info PopUp #} {% macro infopopup(text, title, inner, id, alert='warning', place='right') %} {#
#} {#
#} {% endmacro %} {# NSA Table #} {% macro nsatable(nsa, cols, plotcols) %}

NSA Parameters

{% for c in cols %} {% endfor %}
NameValue
{% if c in plotcols %} {{c|filternsa}} {% else %} {{c|filternsa}} {% endif %} {{nsa[c]|filternsaval(c)}}
{% endmacro %} {# NSA Scatter Plot and Select #} {% macro nsascatter(nsadict, id) %}
{#
#}

Drag-n-Drop the Bold Table Parameter Name to change the Plot Axis!

Loading...
{% endmacro %} {# Image Carousel #} {% macro imgcarousel(images, id) %}
{# Thumbnail View #}
{# Large Image Carousel #}
{% endmacro %} {# Dygraphs Help Popup #} {% macro dygraph_popup() %} {% endmacro %} {% macro maphelp_popup(release, dr) %} {% endmacro %} {% macro queryhelp_popup(release, dr) %} {% endmacro %}