Skip to content

Commit

Permalink
FIX for volume to keep peripheral voxels
Browse files Browse the repository at this point in the history
  • Loading branch information
jstout211 committed Apr 23, 2024
1 parent f375c7b commit d90a3d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nih2mne/megcore_prep_mri_bids.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def mripreproc(bids_path=None,
else:
if not src_fname.fpath.exists():
src = mne.setup_volume_source_space(fs_subject, pos=5.0, bem=bem_sol,
subjects_dir=subjects_dir)
subjects_dir=subjects_dir, mindist=0.0)
src.save(src_fname.fpath, overwrite=True)
else:
src = mne.read_source_spaces(src_fname.fpath)
Expand Down

0 comments on commit d90a3d8

Please sign in to comment.