You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are two parts of bz_GetSpikes that load spike waveforms and the newer/second one causes crashes if no .dat file - and is also redundant with the earlier part.
Summary:
Waveform load 1: Loads waveforms from .spks (old fashoned, not usually present, but sometimes), doesn't use .dat, but is only applicable in old datasets
Waveform load 2: Loads waveforms from .dats, but for some reason ALWAYS does this, even if waveforms are already there and causes crashes in old datasets wihtout .dats.
So I propose: to make the second part only get called if the first part didn't.
Agree?
The text was updated successfully, but these errors were encountered:
Awesome will do.
Actually noticed one thing - there is a param called keepCluWave.
keepCluWave is default false and I can assume from how it's written that it's used to so it will always load from .dat even when .spk is present. I'll set so that still happens (overwrite .spk using .dat-based waves) if possible, but won't if error.
Just putting this all here in case I'm misunderstanding the intentions of the person who wrote this. Otherwise I'll do as I said.
Thanks.
There are two parts of bz_GetSpikes that load spike waveforms and the newer/second one causes crashes if no .dat file - and is also redundant with the earlier part.
Summary:
So I propose: to make the second part only get called if the first part didn't.
Agree?
The text was updated successfully, but these errors were encountered: