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
Thanks for the nice package. I have played with the 2D kCSD example (http://pykcsd.readthedocs.org/en/latest/usecases.html#sample-2d-reconstruction), but came across the following issue. If I set the gdX parameter to a higher value, say 0.5, then the resolution in the Y-dimension and not the X-dimension changes. See figure below and compare to the original in the documentation. Is this a bug, or am I missing something?
Best,
Fabian
The text was updated successfully, but these errors were encountered:
Thank you, Fabian!
It looks like there is a bug connected with distributing sources in space. The number of points in each direction is calculated from gdX, gdY
Code sample from KCSD2D:
Hi Grzegorz,
Could it have something to do with the call to np.meshgrid, which by default switches the first two dimensions, unless you set the indexing parameter to 'ij'?
-Fabian
Hi,
Thanks for the nice package. I have played with the 2D kCSD example (http://pykcsd.readthedocs.org/en/latest/usecases.html#sample-2d-reconstruction), but came across the following issue. If I set the gdX parameter to a higher value, say 0.5, then the resolution in the Y-dimension and not the X-dimension changes. See figure below and compare to the original in the documentation. Is this a bug, or am I missing something?
Best,
Fabian
The text was updated successfully, but these errors were encountered: