We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40c547 commit bf116d4Copy full SHA for bf116d4
neo/rawio/neuralynxrawio/neuralynxrawio.py
@@ -81,7 +81,8 @@ class NeuralynxRawIO(BaseRawIO):
81
if dirname is provided. But one of either dirname or filename is required.
82
include_filename: str | list | None, default: None
83
Name of a single ncs, nse, nev or ntt file or list of such files. Will only include
84
- file names in the list. If this is full path, the direname will be sent to self.dirname.
+ file names in the list. This can be plain filenames or fullpath or path relative to
85
+ dirname.
86
All files should be in a single path.
87
exclude_filename: str | list | None, default: None
88
Name of a single ncs, nse, nev or ntt file or list of such files. Expects plain
0 commit comments