Track {{clump.clumpID}} {% if not clump.enabled %} [disabled] {% endif %}

Clump IDLength [frames]Distance [nm]
{{clump.clumpID}}{{clump.nEvents}}{{clump.distance}}
{{ clump|movieplot(img) }}

Basic information

{% if clump.nEvents > 10 %} {% endif %}
{{clump.trajectory}}{{clump.msdplot}}
{% if clump.fusion_plot is defined %}

Vesicle Fusion Info

{% for name, value in clump.fusion_fit.items() %} {% endfor %}
Fit Parameters
{{ name }}{{ value }}

Notes

  • Units are in pixels and frames
  • Amplitudes are pre-normalized
  • Background is pre-corrected
  • t_docked and t_fusion fixed
{{clump.fusion_plot}}
{% endif %}

Measured Variables

{% for k in clump.varnames|sort %} {##}{##} {% endfor %}
NameMeanStd. Dev.Timecourse
{{k}}{{clump.dtypes[k]}}{{clump.featuremean[k]}} {{clump.featurestd[k]}} {{clump.featureplot[k]}}