Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_el
Function · 0.45
_setup_bem
Function · 0.45
_prepare_for_forward
Function · 0.45
make_forward_dipole
Function · 0.45
_to_forward_dict
Function · 0.45
compute
Method · 0.45
_read_one
Function · 0.45
convert_forward_solution
Function · 0.45
_write_forward_solution
Function · 0.45
_apply_forward
Function · 0.45
_do_forward_solution
Function · 0.45
_get_legen_table
Function · 0.45
Calls
1
Forward
Class · 0.85
Tested by
5
test_make_forward_solution_discrete
Function · 0.36
test_legendre_table
Function · 0.36
test_make_field_map_meg
Function · 0.36
test_as_meg_type_evoked
Function · 0.36
test_restrict_forward_to_label_cps
Function · 0.36