eelbrain.pipeline.MneExperiment.show_subjects
- MneExperiment.show_subjects(raw=False, mri=None, mrisubject=False, caption=True, asds=False, **state)
Create a Dataset with subject information
- Parameters
raw (
bool
) – Display which raw input files exist.mri (
Optional
[bool
]) – Add a column specifying whether the subject is using a scaled MRI or whether it has its own MRI.mrisubject (
bool
) – Add a column showing the MRI subject corresponding to each subject.caption (
Union
[str
,bool
]) – Caption for the table (For True, use the default “Subject in group {group}”.asds (
bool
) – Return the table as Dataset instead of an FMTxt Table.... – State parameters.