Skip to content

Commit

Permalink
DOC
Browse files Browse the repository at this point in the history
  • Loading branch information
christianbrodbeck committed Jan 26, 2021
1 parent bc4cd29 commit babe0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/experiment.rst
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ To use the ``raw --> TSSS --> 1-40 Hz band-pass`` pipeline, use ``e.set(raw="1-4
To use ``raw --> TSSS --> 1-40 Hz band-pass --> ICA``, select ``e.set(raw="ica")``.

.. note::
Continuous files take up a lot of hard drive space. By default, files for most pre-processing steps are cached This can be controlled with the ``cache`` parameter. To delete files correspoding to a specific step (e.g., ``'1-40'``, use the `meth`:MneExperiment.rm` method::
Continuous files take up a lot of hard drive space. By default, files for most pre-processing steps are cached This can be controlled with the ``cache`` parameter. To delete files correspoding to a specific step (e.g., ``raw='1-40'``), use the :meth:`MneExperiment.rm` method::

>>> e.rm('cached-raw-file', True, raw='1-40')

Expand Down

0 comments on commit babe0e7

Please sign in to comment.