Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The default format is the "Binary" format, which writes the data to a flat binary file of int16s in the form "ch1 sample 1, ch2 sample 1, ... ch384 sample 1, ch1 sample2, etc." There are separate files for the AP band (30 kHz) and LFP band (2.5 kHz). We recommend using this format because it's efficient and directly compatible with Kilosort. Events are saved in the 'all_channels.events" file. More info on the format can be found here. To convert the int16 values to microvolts, simply multiply by 0.195.

We also recommend saving data to a directory on a solid-state drive, to improve disk writing efficiency.

...