spike_analysis
❭ core
❭ ReaderLabView
❭ get_serialize_dict
ReaderLabView.get_serialize_dict¶
- spike_analysis.core.ReaderLabView.get_serialize_dict()¶
Get a dictionary containing the attributes of the ReaderLabView object.
- Returns:¶
- A dictionary containing the attributes of the ReaderLabView object:
path (str): The path to the LabView file.
stim_times (list): The times of the stimuli.
sampling_rate (int): The sampling rate of the data.
scale (int): Scales the data with this value.
class (str): The class of the object (i.e.
ReaderLabView
).apply_filter (bool): Whether to apply a highpass filter to the data.
- Return type:¶
dict