mne.bem.make_watershed_bem(subject, subjects_dir=None, overwrite=False, volume=’T1’, atlas=False, gcaatlas=False, preflood=None, show=False, verbose=None)[source]¶Create BEM surfaces using the FreeSurfer watershed algorithm.
| Parameters: | subject : str 
 subjects_dir : str 
 overwrite : bool 
 volume : str 
 atlas : bool 
 gcaatlas : bool 
 preflood : int 
 show : bool 
 verbose : bool, str or None 
  | 
|---|
Notes
New in version 0.10.