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

Function write_complex_double_matrix

mne/_fiff/write.py:192–194  ·  view source on GitHub ↗

Write complex 128 matrix tag.

(fid, kind, mat)

Source from the content-addressed store, hash-verified

190
191
192def write_complex_double_matrix(fid, kind, mat):
193 """Write complex 128 matrix tag."""
194 _write_matrix_data(fid, kind, mat, FIFF.FIFFT_COMPLEX_DOUBLE)
195
196
197def _write_matrix_data(fid, kind, mat, data_type):

Callers

nothing calls this directly

Calls 1

_write_matrix_dataFunction · 0.85

Tested by

no test coverage detected