{{ clump|movieplot(img) }}
Basic information
{{clump.trajectory}} |
{% if clump.nEvents > 10 %} {{clump.msdplot}} | {% endif %}
{% if clump.fusion_plot is defined %}
Vesicle Fusion Info
Fit Parameters |
{% for name, value in clump.fusion_fit.items() %}
{{ name }} | {{ value }} |
{% endfor %}
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
Name | Mean | Std. Dev. | Timecourse |
{% for k in clump.varnames|sort %}
{{k}} |
{#{{clump.dtypes[k]}} | #}{##}
{{clump.featuremean[k]}} |
{{clump.featurestd[k]}} |
{{clump.featureplot[k]}} |
{% endfor %}