filename : string
subject : str | None
Name of the subject the data are defined for.
It is good practice to set this attribute to avoid combining
incompatible labels and SourceEstimates (e.g., ones from other
subjects). Note that due to file specification limitations, the
subject name isn’t saved to or loaded from files written to disk.
color : None | matplotlib color
Default label color and alpha (e.g., (1., 0., 0., 1.) for red).
Note that due to file specification limitations, the color isn’t saved
to or loaded from files written to disk.
|