{% extends "base.html" %} {% block content %}
We will be imaging an elliptic object in this experiment. Input the below values into the FOV field and press "Run" on the right. Observe how the image changes with increasing and decreasing values.
Change the FOV sizes to find the perfect FOV that allows the entire object to be seen in the scan area. {% if session['game1']['FOV_scale'] < 0.2 %}
1. Experiment with multiple Matrix sizes and observe how the image changes with increasing and decreasing values. 2. After you are done, answer Question 2 and continue to the task!
Find a large enough matrix size so that when you can't see individual pixels. {% if session['game1']['Matrix_scale'] < 300 %}
1. Set Matrix Size = 32. Experiment with different Zero-Fill values and observe how the image changes. 2. After you are done, answer Question 3 and continue to the task!
Change the Zero-Fill from 32 to 400 and observe how the image changes. {% if session['game1']['completed_task'] == 3 %}
Input the following values into the Windowing Slider and observe contrast changes in the image:
Select intensity values to produce the most contrast! {% if session['game1']['Min_scale'] > 0.02 %}
Q{{ ind + 1 }}:{{ questions[ind]['text']}}
Correct choice: {{ questions[ind]['correct']}}
{{ success_text[ind] }}
Wrong answer, try again!