1313
1414
1515See:
16-
1716 * http://intantech.com/files/Intan_RHD2000_data_file_formats.pdf
1817 * http://intantech.com/files/Intan_RHS2000_data_file_formats.pdf
1918
@@ -57,20 +56,20 @@ class IntanRawIO(BaseRawIO):
5756 Notes
5857 -----
5958 * The Intan reader can handle two file formats 'rhd' and 'rhs'. It will automatically
60- check for the file extension and will gather the header information based on the
61- extension. Additionally it functions with RHS v 1.0 and v 3.x and RHD 1.0, 1.1, 1.2, 1.3, 2.0,
62- 3.x files.
59+ check for the file extension and will gather the header information based on the
60+ extension. Additionally it functions with RHS v 1.0 and v 3.x and RHD 1.0, 1.1, 1.2, 1.3, 2.0,
61+ 3.x files.
6362
6463 * The Intan reader can also handle the headerless binary formats 'one-file-per-signal' and
65- 'one-file-per-channel' which have a header file called 'info.rhd' or 'info.rhs' and a series
66- of binary files with the '.dat' suffix
64+ 'one-file-per-channel' which have a header file called 'info.rhd' or 'info.rhs' and a series
65+ of binary files with the '.dat' suffix
6766
6867 * The reader can handle three file formats 'header-attached', 'one-file-per-signal' and
69- 'one-file-per-channel'.
68+ 'one-file-per-channel'.
7069
7170 * Intan files contain amplifier channels labeled 'A', 'B' 'C' or 'D'
72- depending on the port in which they were recorded along with the following
73- additional streams.
71+ depending on the port in which they were recorded along with the following
72+ additional streams.
7473
7574 0: 'RHD2000' amplifier channel
7675 1: 'RHD2000 auxiliary input channel',
@@ -90,8 +89,8 @@ class IntanRawIO(BaseRawIO):
9089 11: 'Stim channel',
9190
9291 * For the "header-attached" and "one-file-per-signal" formats, the structure of the digital input and output channels is
93- one long vector, which must be post-processed to extract individual digital channel information.
94- See the intantech website for more information on performing this post-processing.
92+ one long vector, which must be post-processed to extract individual digital channel information.
93+ See the intantech website for more information on performing this post-processing.
9594
9695
9796 Examples
0 commit comments