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 Evoked
The data to be transformed.
str
The 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.
float
Regularization parameter, produces smoothness. Defaults to 1e-5.
float
Stiffness of the spline.
int
Number of Legendre terms to evaluate.
Whether to overwrite instance data or create a copy.
str
| int
| None
Control 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)