mcd.data.to.array: Read txt data file with spike times exported from MCD file...

View source: R/mcd_mea.R

mcd.data.to.arrayR Documentation

Read txt data file with spike times exported from MCD file with MC_DataTool.

Description

Returns the spike trains and the channel names in the imported recording. Spikes outside of the time window [BEG, END] (if non-null) are ignored. Blank lines, pre and post-spike voltages will be ignored.

Usage

mcd.data.to.array(file, beg = NULL, end = NULL, pre.spike.ms = 0,
  post.spike.ms = 0)

Arguments

file

input file

beg

time in seconds from which data should be read in, NULL if should read from the beginning

end

time in seconds until which data should be read in, NULL if should read until the end of the file

pre.spike.ms

time in ms before a spike for which the input file has extra lines with voltage readout, 0 if no pre-spike times in the file

post.spike.ms

time in ms after a spike for which the input file has extra lines with voltage readout, 0 if no post-spike times in the file


sje30/sjemea documentation built on May 21, 2024, 5:44 a.m.