tedana.selection.manual_selection¶
-
manual_selection(comptable, acc=None, rej=None)[source]¶ Perform manual selection of components.
- Parameters
comptable ((C x M)
pandas.DataFrame) – Component metric table, where C is components and M is metricsacc (
list, optional) – List of accepted components. Default is None.rej (
list, optional) – List of rejected components. Default is None.
- Returns
comptable ((C x M)
pandas.DataFrame) – Component metric table with classification.