spike_analysis
❭ core
❭ ReaderLabView
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
- Parameters:¶
path (str) – The path to the LabView file.
stim_times (str) – list of stimulus times.
sampling_rate (int) – The sampling rate of the data.
scale (int) – Scales the data with this value.
apply_filter (bool) – Whether to apply a highpass filter to the data.
- Attributes:¶
- Methods:¶
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.