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
When using the 2D decoder, I was getting odd decodes.
I plotted the place fields decoder.plot_place_fields()
and saw my fields had stripes in the Y dimension. I checked and the values along the Y dimension are all identical.
The text was updated successfully, but these errors were encountered:
Shedding a little more light, the stripes only occur if you use the 'spiking_likelihood_glm' algo and does not occur if you use the 'spiking_likelihood_kde'. Though your paper implies the GLM is what should be used for sorted spikes?
Ah sorry I did mean to investigate this. The KDE is fine here. I think the issue could be knot placement for the splines in the 2D case, which is sometimes tricky.
Version 1.3.15
When using the 2D decoder, I was getting odd decodes.
I plotted the place fields
decoder.plot_place_fields()
and saw my fields had stripes in the Y dimension. I checked and the values along the Y dimension are all identical.
The text was updated successfully, but these errors were encountered: