Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions experiments/r21/r21_ssvep.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,11 @@
# imtype_shuf=imtype_shuf))

realRR = ec.estimate_screen_fs(n_rep=20)
ec.write_data_line('realRR:', realRR) # we should keep a record of that measurement
print('realRR:', realRR) # and it should be visible to the operator
realRR = round(realRR)
assert realRR == 60 # the assertion will throw an error if realRR is ever something other than 60

fr = 1./realRR
adj = fr/2 # Adjustment factor for accurate flip
# Wait to fill the screen
Expand Down