Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor numeric type fixes

(Note: This information is only applicable to the current development branch of the GUI)

Data in the GUI is divided into three main types:

...

All data in the GUI is timestamped. The timestamps are represented in in64 int64 format, representing the sample count from the start of acquisition, which can be converted to seconds by dividing into the corresponding sample rate. In the case of continuous data, the timestamp corresponding to the first sample of each processing block can be obtained with the getTimestamp() method. For spikes and events, the timestamp is embedded into the data structure itself.

...

  • The type of data channel (HEADSTAGE, AUX, or ADC)
  • A string field with the units the data represents
  • A bitVolts field representing the conversion factor from float32 int16 format to uint16 float32 format.
  • An automatically-generated string with a historic of which processors this data has been through

...