py4sci

Table Of Contents

Previous topic

eegtopo

Next topic

geometry Package

This Page

eegtopo Package

eegpos3d Module

Module to generate 3d EEG locations

eegtopo.eegpos3d.construct_1020_easycap(variant=0)
eegtopo.eegpos3d.intersection(a, b, expr=<function <lambda> at 0x7fd364199440>)

projections Module

eegtopo.projections.array_project_radial_to3d(points_2d)
eegtopo.projections.project_radial_to2d(point_3d)
eegtopo.projections.project_radial_to3d(point_2d)

tools Module

class eegtopo.tools.Struct(content=None)

Bases: builtins.object

keys()

topoplot Module

class eegtopo.topoplot.Topoplot(m=4, num_lterms=10)

Bases: builtins.object

Creates 2D scalp maps.

calc_g(x)
calc_gmap(pixels)
static calc_legendre_factors(m, num_lterms)
create_map(pixels=32)
get_map()
plot_circles(radius, axes=None, offset=(0, 0))
plot_head(axes=None, offset=(0, 0))
plot_locations(axes=None, offset=(0, 0))
plot_map(axes=None, crange=None, offset=(0, 0))
set_locations(locations)
set_map(img)
set_values(z)
eegtopo.topoplot.topoplot(values, locations, offset=(0, 0), axes=None)