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

Method save

mne/label.py:431–444  ·  view source on GitHub ↗

r"""Write to disk as FreeSurfer \*.label file. Parameters ---------- filename : path-like Path to label file to produce. Notes ----- Note that due to file specification limitations, the Label's subject and color attributes are not

(self, filename)

Source from the content-addressed store, hash-verified

429 )
430
431 def save(self, filename):
432 r"""Write to disk as FreeSurfer \*.label file.
433
434 Parameters
435 ----------
436 filename : path-like
437 Path to label file to produce.
438
439 Notes
440 -----
441 Note that due to file specification limitations, the Label's subject
442 and color attributes are not saved to disk.
443 """
444 write_label(filename, self)
445
446 def copy(self):
447 """Copy the label instance.

Callers 12

scale_labelsFunction · 0.95
_scale_mriFunction · 0.45
_write_echosFunction · 0.45
make_flash_bemFunction · 0.45
70_report.pyFile · 0.45
10_raw_overview.pyFile · 0.45
30_annotate_raw.pyFile · 0.45

Calls 1

write_labelFunction · 0.85

Tested by

no test coverage detected