Skip to content

Commit

Permalink
Added gui to path
Browse files Browse the repository at this point in the history
update iteration loops on volumetric source dilation
  • Loading branch information
jstout211 committed Sep 23, 2024
1 parent eeb92ea commit c4ce380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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 @@ -102,7 +102,7 @@ def check_mri(t1_bids_path):
return t1_bids_path


def _gen_expanded_src(subject, subjects_dir, dilation_iter=4):
def _gen_expanded_src(subject, subjects_dir, dilation_iter=8):
'''
Expand the brainmask out to use as a source model. This is used to
prevent voxel cropping on the edges of the brain.
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
'nih2mne/bstags.py',
'nih2mne/calc_mnetrans.py',
'nih2mne/make_meg_bids.py',
'nih2mne/GUI/make_meg_bids_gui.py',
'nih2mne/utilities/make_meg_bids_fromcsv.py',
'nih2mne/utilities/print_bids_table.py',
'nih2mne/utilities/fix_dsname.py',
Expand Down

0 comments on commit c4ce380

Please sign in to comment.