In a follow-up to #4, add the high-pass filtered traces to ecephys processing module.
Since they are saving the processed data separately for GPi and VLa, I was thinking to also create separate ElectricalSeries e.g. "ElectricalSeriesProcessedGPi", "ElectricalSeriesProcessedVLa"
Example snippet:
The processed ElectricalSeries would reference the already added electrode groups, reusing the same conversion factor, starting time and sampling frequency from the raw ElectricalSeries.
The .filt.mat files contain "samplerate" structure which matches the sampling rate of the raw ElectricalSeries data.
In a follow-up to #4, add the high-pass filtered traces to ecephys processing module. Since they are saving the processed data separately for GPi and VLa, I was thinking to also create separate
ElectricalSeries
e.g. "ElectricalSeriesProcessedGPi", "ElectricalSeriesProcessedVLa"Example snippet:
The processed ElectricalSeries would reference the already added electrode groups, reusing the same conversion factor, starting time and sampling frequency from the raw
ElectricalSeries
.The .filt.mat files contain "samplerate" structure which matches the sampling rate of the raw
ElectricalSeries
data.