Skip to content

Commit

Permalink
empty commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sangfrois committed Jun 17, 2020
1 parent 1c88981 commit cc7bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phys2bids/slice4phys.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def find_runs(phys_in, ntp_list, tr_list, thr=None, padding=9):
phys_in.check_trigger_amount(thr=thr, num_timepoints_expected=run_tps,
tr=tr_list[run_idx])
# If it's the very first run, start the run at sample 0,
# otherwise find the index of time 0
# otherwise start is first trigger (adjust with padding later)
if run_idx == 0:
run_start = 0
else:
Expand Down

0 comments on commit cc7bacf

Please sign in to comment.