{% extends "base.html" %} {% block content %}
Spin animation
Magnetization
Pulse sequence
{% if session['game6']['mode'] == 'T1' %} {% set t1active = "active" %} {% set t1show = "show" %} {% set t2active = "" %} {% set t2show = "" %} {% else %} {% set t2active = "active" %} {% set t1active = "" %} {% set t2show = "show" %} {% set t1show = "" %} {% endif %}
{{ template_game_form.t1sim_T1_field.label(class="form-label") }}
{{ template_game_form.t1sim_T1_field(class="form-control session-input",id="t1_sim") }}
{{ template_game_form.t1sim_duration_field.label(class="form-label") }}
{{ template_game_form.t1sim_duration_field(class="form-control session-input",id="t1_sim_dur") }}
{{ template_game_form.t1sim_TI_field.label(class="form-label") }}
{{ template_game_form.t1sim_TI_field(class="form-control session-input",id="t1_sim_ti") }}
{{ template_game_form.t1sim_MZ0_field.label(class="form-label") }}
{{ template_game_form.t1sim_MZ0_field(class="form-range session-input",id="t1_sim_mz0") }}
{% for scale in [-1,-0.5,0,0.5,1] %} {{ scale }} {% endfor %}
{{ template_game_form.t1map_minTI_field.label(class="form-label") }}
{{ template_game_form.t1map_minTI_field(class="form-control",id="t1-min-ti") }}
{{ template_game_form.t1map_maxTI_field.label(class="form-label") }}
{{ template_game_form.t1map_maxTI_field(class="form-control",id="t1-max-ti") }}
{{ template_game_form.t1map_numTI_field.label(class="form-label") }}
{{ template_game_form.t1map_numTI_field(class="form-control",id="t1-num-ti") }}
Set
{{ template_game_form.t1map_allTI_field.label(class="form-label") }}
{{ template_game_form.t1map_allTI_field(class="form-control",id="t1_map_TIs",value="5,10,20,50,100,500") }}
Sphere #
{% for u in range(4) %} {% endfor %}
Equation
T1 fitting equation
Display
{{ template_game_form.t2sim_T2_field.label(class="form-label") }}
{{ template_game_form.t2sim_T2_field(class="form-control session-input",id="t2_sim") }}
{{ template_game_form.t2sim_duration_field.label(class="form-label") }}
{{ template_game_form.t2sim_duration_field(class="form-control session-input",id="t2_sim_dur") }}
{{ template_game_form.t2sim_TE_field.label(class="form-label") }}
{{ template_game_form.t2sim_TE_field(class="form-control session-input",id="t2_sim_te") }}
{{ template_game_form.t2sim_MX0_field.label(class="form-label") }}
{{ template_game_form.t2sim_MX0_field(class="form-range session-input",id="t2_sim_mx0") }}
{% for scale in [0,0.25,0.5,0.75,1] %} {{ scale }} {% endfor %}
{{ template_game_form.t2map_minTE_field.label(class="form-label") }}
{{ template_game_form.t2map_minTE_field(class="form-control",id="t2-min-te") }}
{{ template_game_form.t2map_maxTE_field.label(class="form-label") }}
{{ template_game_form.t2map_maxTE_field(class="form-control",id="t2-max-te") }}
{{ template_game_form.t2map_numTE_field.label(class="form-label") }}
{{ template_game_form.t2map_numTE_field(class="form-control",id="t2-num-te") }}
Set
{{ template_game_form.t2map_allTE_field.label(class="form-label") }}
{{ template_game_form.t2map_allTE_field(class="form-control",id="t2_map_TEs",value="8,16,24,32,64,128") }}
Sphere #
{% for u in range(4) %} {% endfor %}
Equation
T2 fitting equation
Display
{% endblock %} {% block additional_imports %} {% endblock %}