cogpy.depth_probe.csd

Functions

compute_csd(dsigx)

Compute Current Source Density using the second spatial derivative.

detect_sinks_and_sources(csd_sm, time, ch_values)

drop_boundary_extrema(pch, pt, boundary_ch)

find_max(image, boundary_ch[, q])

get_max_df(x, time, ch, **kwargs)

x: np.array of shape (ch, time)

identify_active_regions(csd_data[, ...])

Identify active sinks and sources based on thresholding.

main_pipeline()

preprocess_depth_sig(dsigx, median_kernel)

simulate_depth_recordings([n_samples, ...])

Simulate depth recordings from multiple electrodes with smoothing.

test_compute_csd()

visualize_data(data[, title])

Visualize depth recordings or CSD data.