{% extends "layout.html" %} {% from "_parameters.html" import render_parameters %} {% block title %}Browse a Simulation{% endblock %} {% block ajax %} {% endblock %} {% block body %}

Browse a Simulation

Simulation {{ sim_id }}

Select a frame to show

loading...

Analyze Current Frame

PSD image to be calculated...

Analyze Simulation

V(t) to be calculated...
N(t) to be calculated...
Select an interval

V(t) N(t)

{{ render_parameters(params) }} {% if error %}
Error: {{ error }}
{% endif %} {% endblock %}