tedana.selection.component_selector.ComponentSelector.add_manual
- ComponentSelector.add_manual(indices: List[int], classification: str, classification_tags: str | None = None)[source]
Add nodes that will manually classify components.
- Parameters:
indices (
list[int]
) – The indices to manually classifyclassification (
str
) – The classification to set the nodes to (i.e. accepted or rejected)classification_tags (
str
) – A single string for a classification tag to add or A single comma deliminited string for multiple classification tags to add. Default is None, which will use the tag “manual reclassify”