MCPcopy
hub / github.com/mne-tools/mne-python / __init__

Method __init__

mne/source_estimate.py:2138–2142  ·  view source on GitHub ↗
(
        self, data, vertices=None, tmin=None, tstep=None, subject=None, verbose=None
    )

Source from the content-addressed store, hash-verified

2136
2137 @verbose
2138 def __init__(
2139 self, data, vertices=None, tmin=None, tstep=None, subject=None, verbose=None
2140 ):
2141 assert hasattr(self, "_scalar_class")
2142 super().__init__(data, vertices, tmin, tstep, subject, verbose)
2143
2144 def magnitude(self):
2145 """Compute magnitude of activity without directionality.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected