Contents of ELPP file {{ p.file_name }}

System: {{p.System}}
Location:{{p.Location}} ({{ p.Latitude_degrees_north}}N, {{p.Longitude_degrees_east }}, {{ p.Altitude_meter_asl }}m asl)
Measurement ID: {{p.Measurement_ID}}

Data variables

{% for variable in p.data_variables %}
{{variable }} {{ p[variable].shape }}
{% endfor %}

Global attributes

{% for attribute in p.spec_global_attributes %} {% if p[attribute] %} {% endif %} {% endfor %}
Attribute Value
{{ attribute }} {{ p[attribute] }}

Technical variables

{% for variable in p.technical_variables %} {% if p[variable] is not none %} {% endif %} {% endfor %}
Attribute Value
{{ variable }} {{ p[variable] }}
{% if p.has_polarization %}

Polarization parameters

{% for variable in p.polarization_variables %} {% if p[variable] is not none %} {% endif %} {% endfor %}
Attribute Value Statistical error Systematic error
{{ variable }} {{ p[variable] }} {{ p[variable ~ "_Statistical_Err"] }} {{ p[variable ~ "_Systematic_Err"] }}
{% endif %}