ReaderLabView¶
-
class spike_analysis.core.ReaderLabView(path, stim_times=
None, sampling_rate=32000, scale=100, apply_filter=False)¶ A class for reading LabView binary data files and accessing stimulus times and voltage traces.
Data is read using
spike_analysis.core.read_labview_junk1_dat_files(). Ifapply_filter, a highpass filter is applied to the data usingspike_analysis.core.highpass_filter().See also
Get the times of the stimuli.
Get the time points and voltage values of the traces.
Get a dictionary containing the attributes of the ReaderLabView object.
Documentation unclear, incomplete, broken or wrong? Let us know