Skip to content

Commit

Permalink
Fix bug in beamforming.py (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
HQian96 authored Mar 5, 2024
1 parent a6eb595 commit b3f5b60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl/source_recon/beamforming.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def get_recon_timeseries(subjects_dir, subject, coord_mni, recon_timeseries_head
The timecourse in recon_timeseries_head nearest to coord_mni.
"""

rhino_files = rhino_utils.get_rhino_files(subjects_dir, subjects)
rhino_files = rhino_utils.get_rhino_files(subjects_dir, subject)
surfaces_filenames = rhino_files["surf"]
coreg_filenames = rhino_files["coreg"]

Expand Down

0 comments on commit b3f5b60

Please sign in to comment.