flatironinstitute / ironclust

Spike sorting software being developed at Flatiron Institute, based on JRCLUST (Janelia Rocket Cluster)
Apache License 2.0
28 stars 7 forks source link

plot_aux_rate for merged files requires edit to clu_rate_ #23

Open zsperry opened 5 years ago

zsperry commented 5 years ago

need to replace the if isempty(nSamples) part with if isempty(nSamples) t_dur = recording_duration_(P); nSamples = round(t_dur * sRateHz_rate); end