How to use the tedana.due.due.dcite function in tedana

To help you get started, we’ve selected a few tedana examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ME-ICA / tedana / tedana / combine.py View on Github external
@due.dcite(Doi('10.1002/mrm.20900'),
           description='PAID method of combining data across echoes using just '
                       'SNR/signal and TE.')
def _combine_paid(data, tes):
    """
    Combine data across echoes using SNR/signal and TE via the
    parallel-acquired inhomogeneity desensitized (PAID) ME-fMRI combination
    method.

    Parameters
    ----------
    data : (M x E x T) array_like
        Masked data.
    tes : (1 x E) array_like
        Echo times in milliseconds.

    Returns