Skip to content

Commit

Permalink
TST: Check Circle (#7596)
Browse files Browse the repository at this point in the history
* TST: Trigger Circle [skip travis][skip azp]

* Fix stim channel case in tutorials

* TST: Fix hpi case in tutorials
  • Loading branch information
GuillaumeFavelier authored and larsoner committed Apr 17, 2020
1 parent 3f46905 commit 676db82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tutorials/intro/plot_20_events_from_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
# What is a STIM channel?
# ^^^^^^^^^^^^^^^^^^^^^^^
#
# A :term:`STIM channel` (short for "stimulus channel") is a channel that does
# A :term:`stim channel` (short for "stimulus channel") is a channel that does
# not receive signals from an EEG, MEG, or other sensor. Instead, STIM channels
# record voltages (usually short, rectangular DC pulses of fixed magnitudes
# sent from the experiment-controlling computer) that are time-locked to
Expand Down
2 changes: 1 addition & 1 deletion tutorials/preprocessing/plot_60_maxwell_filtering_sss.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
# ^^^^^^^^^^^^^^^^^^^^^
#
# If you have information about subject head position relative to the sensors
# (i.e., continuous head position indicator coils, or :term:`cHPI <hpi>`), SSS
# (i.e., continuous head position indicator coils, or :term:`cHPI <HPI>`), SSS
# can take that into account when projecting sensor data onto the internal
# subspace. Head position data can be computed using
# :func:`mne.chpi.compute_chpi_locs` and :func:`mne.chpi.compute_head_pos`,
Expand Down
2 changes: 1 addition & 1 deletion tutorials/raw/plot_20_event_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
# :class:`~mne.io.Raw` object (see the section
# :ref:`overview-tut-events-section` for details). Since the :ref:`sample
# dataset <sample-dataset>` includes experimental events recorded on
# :term:`STIM channel` ``STI 014``, we'll start this tutorial by parsing the
# :term:`stim channel` ``STI 014``, we'll start this tutorial by parsing the
# events from that channel using :func:`mne.find_events`:

events = mne.find_events(raw, stim_channel='STI 014')
Expand Down

0 comments on commit 676db82

Please sign in to comment.