Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ _write_forward_hdf5
Function
_write_forward_hdf5
mne/forward/forward.py:903–905 ·
view source on GitHub ↗
(fname, fwd)
Source
from the content-addressed store, hash-verified
901
902
903
def
_write_forward_hdf5(fname, fwd):
904
_, write_hdf5 = _import_h5io_funcs()
905
write_hdf5(fname, dict(fwd=fwd), overwrite=True)
906
907
908
def
_read_forward_hdf5(fname):
Callers
1
write_forward_solution
Function · 0.85
Calls
2
_import_h5io_funcs
Function · 0.85
write_hdf5
Function · 0.85
Tested by
no test coverage detected