mne.bem.get_fitting_dig(info, dig_kinds=’auto’, verbose=None)[source]¶Get digitization points suitable for sphere fitting.
| Parameters: | info : instance of Info 
 dig_kinds : list of str | str 
 verbose : bool, str or None 
  | 
|---|---|
| Returns: | dig : array, shape (n_pts, 3) 
  | 
Notes
This will exclude digitization locations that have z < 0 and y > 0,
i.e. points on the nose and below the nose on the face.
New in version 0.14.