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 metrics
  • acc (list, optional) – List of accepted components. Default is None.
  • rej (list, optional) – List of rejected components. Default is None.
Returns:

comptable – Component metric table with classification.

Return type:

(C x M) pandas.DataFrame