Measurements

Show Details {% for obj in objects %} {% if obj.shown %} {% endif %} {% endfor %}
{{ loop.index0 }} hide {% for chan in obj.chans %} {% endfor %}
x0y0lengthwidthsum
{{ "%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) }}