MCPcopy
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
903def _write_forward_hdf5(fname, fwd):
904 _, write_hdf5 = _import_h5io_funcs()
905 write_hdf5(fname, dict(fwd=fwd), overwrite=True)
906
907
908def _read_forward_hdf5(fname):

Callers 1

write_forward_solutionFunction · 0.85

Calls 2

_import_h5io_funcsFunction · 0.85
write_hdf5Function · 0.85

Tested by

no test coverage detected