{% extends "layout.html" %} {% from "_parameters.html" import render_parameters %} {% from "_listhelpers.html" import render_list %} {% block title %}Group Details and Analysis{% endblock %} {% block ajax %} {% endblock %} {% block body %}

Group Information and Analysis

Group {{ gname }}

Name: {{ gname }}
Owner: {{ group["owner"] }}
batchvar: {{ batchvar }}
Description: {{ group["description"] }}
Number of simulations: {{ number_simulations }}

Analyze Group

Choose Simulations to Analyze Select All Deselect All {% for (sim_id,simulation) in group_simulations %}
{% endfor %}

Simulation Settings

Select an interval

Following analysis will be included

Results

N(t) to be calculated...
Vm(t) to be calculated...
Vs(t) to be calculated...
Vt(t) to be calculated...
tc to be calculated...

Data to be calculated

{% if error %}
Error: {{ error }}
{% endif %} {% endblock %}