Measurements
Show Details
{% for obj in objects %} {% if obj.shown %}
{{ loop.index0 }}
hide
x0
y0
length
width
sum
{% for chan in obj.chans %}
{{ "%3.2f"|format(chan.centroid[0]) }}
{{ "%3.2f"|format(chan.centroid[1]) }}
{{ "%3.2f"|format(chan.mad_0*2.35/0.8) }}
{{ "%3.2f"|format(chan.mad_1*2.35/0.8) }}
{{ "%3.2f"|format(chan.sum) }}
{% endfor %}
{% endif %} {% endfor %}