Skip to content

Add simple CLI for ICA-based denoising #1231

@tsalo

Description

@tsalo

I think we could have something extremely simple, like this:

ica_denoise \
    in_file \
    --prefix <prefix> \
    --mix <mixing_matrix> \
    --clf <component_table> \
    --method [aggr,nonaggr,orthaggr] \
    --dummy-scans <INT>

Users could pass in the mixing matrix and component table, and the output would just be the denoised version(s) of in_file. Output files would be named <prefix>_desc-<aggr|nonaggr|orthaggr>_bold.<nii.gz|dtseries.nii>.

I'm not sure if we'd want to support additional confounds as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementissues describing possible enhancements to the project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions