Skip to content

Commit

Permalink
Update fLoc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 14, 2024
1 parent 620a759 commit cb1b68d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fLoc.py
Original file line number Diff line number Diff line change
Expand Up @@ -631,6 +631,7 @@ def main(debug=False):
run_response_times += [resp[1] for resp in responses]

# Log the inter-stimulus interval.
# TODO: Try to adjust timing based on *expected* onset and duration here.
actual_duration = trial_clock.getTime()
loading_plus_stim_duration = fixation_trial_clock.getTime()
isi_dur = np.maximum(trial_duration - loading_plus_stim_duration, 0)
Expand Down

0 comments on commit cb1b68d

Please sign in to comment.