cogpy.datasets.tensor

Functions

detect_bursts_hmaxima(datax, *[, ...])

Detect 4D burst peaks on the raw tensor using an h-maxima transform.

example_ieeg([nrows, ncols, ntime])

example_smooth_multichannel_sigx([nchannel, ...])

make_dataset(*[, duration, nt, f_min, ...])

Create a small deterministic 4D toy tensor for demos/tests.

make_flat_blob_dataset(*[, duration, nt, ...])

Create a flat-background tensor with compact 4D Gaussian blob(s).

make_tensorscope_demo_bundle(*[, duration, ...])

Build a complete, deterministic TensorScope demo bundle from one simulation.

Classes

AROscillatorGrid(*, raw, spectrogram, bursts, fs)

Suite for simulating a 2D grid of channels with oscillatory bursts.

TensorExample(data, bursts)

Convenience namespace for a toy tensor + detected bursts table.