Skip to content

Commit

Permalink
Fix docstring typos (mne-tools#12826)
Browse files Browse the repository at this point in the history
  • Loading branch information
mscheltienne authored Sep 4, 2024
1 parent 3f1c780 commit 013d6c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mne/preprocessing/hfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def compute_proj_hfc(
):
"""Generate projectors to perform homogeneous/harmonic correction to data.
Remove evironmental fields from magentometer data by assuming it is
Remove environmental fields from magnetometer data by assuming it is
explained as a homogeneous :footcite:`TierneyEtAl2021` or harmonic field
:footcite:`TierneyEtAl2022`. Useful for arrays of OPMs.
Expand All @@ -26,7 +26,7 @@ def compute_proj_hfc(
order : int
The order of the spherical harmonic basis set to use. Set to 1 to use
only the homogeneous field component (default), 2 to add gradients, 3
to add quadrature terms etc.
to add quadrature terms, etc.
picks : str | array_like | slice | None
Channels to include. Default of ``'meg'`` (same as None) will select
all non-reference MEG channels. Use ``('meg', 'ref_meg')`` to include
Expand Down

0 comments on commit 013d6c9

Please sign in to comment.