Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ start_block
Function
start_block
mne/_fiff/write.py:270–272 ·
view source on GitHub ↗
Write a FIFF_BLOCK_START tag.
(fid, kind)
Source
from the content-addressed store, hash-verified
268
269
270
def
start_block(fid, kind):
271
""
"Write a FIFF_BLOCK_START tag."
""
272
write_int(fid, FIFF.FIFF_BLOCK_START, kind)
273
274
275
def
end_block(fid, kind):
Callers
15
_save_part
Function · 0.85
write_bem_surfaces
Function · 0.85
_write_bem_surfaces_block
Function · 0.85
_write_bem_solution_fif
Function · 0.85
_write_morph_map_
Function · 0.85
write_events
Function · 0.85
_write_annotations
Function · 0.85
_write_cov
Function · 0.85
_write_evokeds
Function · 0.85
_write_forward_solution
Function · 0.85
write_forward_meas_info
Function · 0.85
_write_source_spaces_to_fid
Function · 0.85
Calls
1
write_int
Function · 0.85
Tested by
no test coverage detected