The code computes Currsent Source Densities via the iCSD Cubic Splines method published in (Pettersen et al., J Neurosci Methods, 2006) developed for (Ferro, van Kempen, Boyd, Panzeri, Thiele, PNAS 2021).

Demetrio Ferro d9fa68d5dc Update 'README.md' 2 months ago
LICENSE 4ea15f68ad Update 'LICENSE' 2 years ago
PLOT_iCSD.fig e5a8ab3933 Upload files to '' 2 years ago
PLOT_iCSD.png e5a8ab3933 Upload files to '' 2 years ago
README.md d9fa68d5dc Update 'README.md' 2 months ago
computeiCSDCubicSplines.m e5a8ab3933 Upload files to '' 2 years ago
datacite.yml 7a45e9b805 Add information for publishing with DataCite 2 years ago
demo.m ca8f780b67 Update 'demo.m' 2 years ago

README.md

# Analysis-of-Current-Source-Density

% This function computes iCSD Cubic Splines 
% based on methods published in (Pettersen et al., J Neurosci Methods, 2006)
% developed for (Ferro, van Kempen, Boyd, Panzeri, Thiele, PNAS 2021)
%
% List of inputs:
% LFPMat             -> Matrix of LFP recordings (Probe Channels x Time Sequence) [V] 
% cAxis              -> Vector of Probe contact points [m]
% conductance        -> Conductance of the Extracellular Fluid [S/m]
% diameter           -> Diameter of disk around the Probe [m]
% numCSDSpaceSamples -> Number of output samples (Spatial resolution)
% GaussFiltSigma     -> Standard Deviation of the Gaussian Filter
% filtRange          -> Extremity of the Gaussian Filter
% integralTolerance  -> Convergence criteria of the numeric integral approximation
%
% List of outputs:
% iCSDMat            -> Matrix of iCSDs 
% zAxis              -> Vector of CSD surface positions

Demo with synthetic data

Demo with synthetic data

(correspondance contact might not be updated)

datacite.yml
Title A simple tool to compute CSD from LFP data.
Authors Ferro,Demetrio;Department of Information and Communication Technologies, Universitat Pompeu Fabra, 08002 Barcelona, ES;ORCID:0000-0003-4969-1415
Description The tool allows to compute CSD from LFP data based on inverse-CSD approximation.
License Creative Commons Attribution-NonCommercial-ShareAlike-4.0 International (https://creativecommons.org/licenses/by-nc-sa/4.0/)
References D. Ferro, J. van Kempen, M. Boyd, S. Panzeri and A. Thiele, PNAS 2021 [doi:10.1073/pnas.2022097118] (IsSupplementTo)
K.H. Pettersen, A. Devorb, I. van Ulbert, A.M. Dale, G.T. Einevoll, J. of Neurosci. Methods 2006 [doi:10.1016/j.jneumeth.2005.12.005] (IsSupplementTo)
Funding
Keywords Neuroscience
Current-source density
Local Field Potentials
Resource Type Software