eelbrain.pipeline.Pipeline.show_subjects

Pipeline.show_subjects(raw=False, mri=None, mrisubject=False, caption=True, asds=False, **state)[source]

Create a Dataset with subject information

Parameters:
  • raw (bool) – Display which raw input files exist.

  • mri (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 (str | bool) – Caption for the table (default “Subject in group {group}”).

  • asds (bool) – Return the table as Dataset instead of an fmtxt.Table.

  • ... – State parameters.

Return type:

Dataset | Table