Get the current source density (CSD) transformation.
Transformation based on spherical spline surface Laplacian [1][2][3][4].
This function can be used to re-reference the signal using a Laplacian (LAP) “reference-free” transformation.
Raw, Epochs or EvokedThe data to be transformed.
strThe sphere, head-model of the form (x, y, z, r) where x, y, z is the center of the sphere and r is the radius in meters. Can also be “auto” to use a digitization-based fit.
floatRegularization parameter, produces smoothness. Defaults to 1e-5.
floatStiffness of the spline.
intNumber of Legendre terms to evaluate.
Whether to overwrite instance data or create a copy.
str | int | NoneControl verbosity of the logging output. If None, use the default
verbosity level. See the logging documentation and
mne.verbose() for details. Should only be passed as a keyword
argument.
Notes
New in version 0.20.
References
mne.preprocessing.compute_current_source_density#Transform EEG data using current source density (CSD)