Skip to content

Commit 0e15689

Browse files
committed
Update documentation
1 parent a4c829d commit 0e15689

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

User-Manual/Recording-data/Binary-format.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ <h3>Continuous<a class="headerlink" href="#continuous" title="Permalink to this
539539
<a class="reference internal image-reference" href="../../_images/continuous.png"><img alt="Binary data continuous format" src="../../_images/continuous.png" style="width: 300px;" /></a>
540540
<p>Each <strong>continuous</strong> directory contains the following files:</p>
541541
<ul class="simple">
542-
<li><p><code class="code docutils literal notranslate"><span class="pre">continuous.dat</span></code>: A simple binary file containing <em>N</em> channels x <em>M</em> samples 16-bit integers in little-endian format. Data is saved as <code class="code docutils literal notranslate"><span class="pre">ch1_samp1,</span> <span class="pre">ch2_samp1,</span> <span class="pre">...</span> <span class="pre">chN_samp1,</span> <span class="pre">ch1_samp2,</span> <span class="pre">ch2_samp2,</span> <span class="pre">...,</span> <span class="pre">chN_sampM</span></code>. The value of the least significant bit needed to convert the 16-bit integers to physical units is specified in the <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> field of the relevant channel in the <code class="code docutils literal notranslate"><span class="pre">structure.oebin</span></code> JSON file. For “headstage” channels, multiplying by <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> converts the values to microvolts, whereas for “ADC” channels, <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> converts the values to volts.</p></li>
542+
<li><p><code class="code docutils literal notranslate"><span class="pre">continuous.dat</span></code>: A simple binary file containing <em>N</em> channels x <em>M</em> samples signed 16-bit integers in little-endian format. Data is saved as <code class="code docutils literal notranslate"><span class="pre">ch1_samp1,</span> <span class="pre">ch2_samp1,</span> <span class="pre">...</span> <span class="pre">chN_samp1,</span> <span class="pre">ch1_samp2,</span> <span class="pre">ch2_samp2,</span> <span class="pre">...,</span> <span class="pre">chN_sampM</span></code>. The value of the least significant bit needed to convert the signed 16-bit integers to physical units is specified in the <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> field of the relevant channel in the <code class="code docutils literal notranslate"><span class="pre">structure.oebin</span></code> JSON file. For “headstage” channels, multiplying by <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> converts the values to microvolts, whereas for “ADC” channels, <code class="code docutils literal notranslate"><span class="pre">bitVolts</span></code> converts the values to volts.</p></li>
543543
<li><p><code class="code docutils literal notranslate"><span class="pre">sample_numbers.npy</span></code>: A numpy array containing <em>M</em> 64-bit integers that represent the index of each sample in the <code class="code docutils literal notranslate"><span class="pre">.dat</span></code> file since the start of acquisition. <strong>Note:</strong> This file was called <code class="code docutils literal notranslate"><span class="pre">timestamps.npy</span></code> in GUI version 0.5.X. To avoid ambiguity, “sample numbers” always refer to integer sample index values starting in version 0.6.0.</p></li>
544544
<li><p><code class="code docutils literal notranslate"><span class="pre">timestamps.npy</span></code>: A numpy array containing <em>M</em> 64-bit floats representing the global timestamps in seconds relative to the start of the Record Node’s main data stream (assuming this stream was synchronized before starting recording). <strong>Note:</strong> This file was called <code class="code docutils literal notranslate"><span class="pre">synchronized_timestamps.npy</span></code> in GUI version 0.5.X. To avoid ambiguity, “timestamps” always refer to float values (in units of seconds) starting in version 0.6.0.</p></li>
545545
</ul>

_sources/User-Manual/Recording-data/Binary-format.rst.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Continuous data is written separately for each stream within a processor (a bloc
6060

6161
Each **continuous** directory contains the following files:
6262

63-
* :code:`continuous.dat`: A simple binary file containing *N* channels x *M* samples 16-bit integers in little-endian format. Data is saved as :code:`ch1_samp1, ch2_samp1, ... chN_samp1, ch1_samp2, ch2_samp2, ..., chN_sampM`. The value of the least significant bit needed to convert the 16-bit integers to physical units is specified in the :code:`bitVolts` field of the relevant channel in the :code:`structure.oebin` JSON file. For "headstage" channels, multiplying by :code:`bitVolts` converts the values to microvolts, whereas for "ADC" channels, :code:`bitVolts` converts the values to volts.
63+
* :code:`continuous.dat`: A simple binary file containing *N* channels x *M* samples signed 16-bit integers in little-endian format. Data is saved as :code:`ch1_samp1, ch2_samp1, ... chN_samp1, ch1_samp2, ch2_samp2, ..., chN_sampM`. The value of the least significant bit needed to convert the signed 16-bit integers to physical units is specified in the :code:`bitVolts` field of the relevant channel in the :code:`structure.oebin` JSON file. For "headstage" channels, multiplying by :code:`bitVolts` converts the values to microvolts, whereas for "ADC" channels, :code:`bitVolts` converts the values to volts.
6464

6565
* :code:`sample_numbers.npy`: A numpy array containing *M* 64-bit integers that represent the index of each sample in the :code:`.dat` file since the start of acquisition. **Note:** This file was called :code:`timestamps.npy` in GUI version 0.5.X. To avoid ambiguity, "sample numbers" always refer to integer sample index values starting in version 0.6.0.
6666

searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)