Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
@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