@@ -91,9 +91,9 @@ class BlackrockRawIO(BaseRawIO):
9191 Any .nsX or .nev, .sif, or .ccf extensions are ignored when parsing this parameter.
9292 nsx_override: str | None, default: None
9393 File name of the .nsX files (without extension). If None, filename is used.
94- nev_override str | None, default: None
94+ nev_override: str | None, default: None
9595 File name of the .nev file (without extension). If None, filename is used.
96- nsx_to_load int | list | 'max' | 'all' | None, default None:
96+ nsx_to_load: int | list | 'max' | 'all' | None, default: None
9797 IDs of nsX file from which to load data, e.g., if set to 5 only data from the ns5 file are loaded.
9898 If 'all', then all nsX will be loaded. Contrary to previous version of the IO (<0.7), nsx_to_load
9999 must be set at the init before parse_header().
@@ -103,8 +103,8 @@ class BlackrockRawIO(BaseRawIO):
103103 Notes
104104 -----
105105 * Note: This routine will handle files according to specification 2.1, 2.2,
106- and 2.3. Recording pauses that may occur in file specifications 2.2 and
107- 2.3 are automatically extracted and the data set is split into different
106+ 2.3, 3.0 and 3.0-ptp. Recording pauses that may occur in file specifications
107+ 2.2 and 2. 3 are automatically extracted and the data set is split into different
108108 segments.
109109
110110 * The Blackrock data format consists not of a single file, but a set of
0 commit comments