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

Method copy

mne/forward/forward.py:164–166  ·  view source on GitHub ↗

Copy the Forward instance.

(self)

Source from the content-addressed store, hash-verified

162 """
163
164 def copy(self):
165 """Copy the Forward instance."""
166 return Forward(deepcopy(self))
167
168 @verbose
169 def save(self, fname, *, overwrite=False, verbose=None):

Callers 15

_create_eeg_elFunction · 0.45
_setup_bemFunction · 0.45
_prepare_for_forwardFunction · 0.45
make_forward_dipoleFunction · 0.45
_to_forward_dictFunction · 0.45
computeMethod · 0.45
_read_oneFunction · 0.45
convert_forward_solutionFunction · 0.45
_write_forward_solutionFunction · 0.45
_apply_forwardFunction · 0.45
_do_forward_solutionFunction · 0.45
_get_legen_tableFunction · 0.45

Calls 1

ForwardClass · 0.85

Tested by 5

test_legendre_tableFunction · 0.36
test_make_field_map_megFunction · 0.36
test_as_meg_type_evokedFunction · 0.36