Skip to content

Commit

Permalink
Update gscontrol.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Oct 19, 2020
1 parent c15c715 commit 3e802b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tedana/gscontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from scipy.special import lpmv

from tedana import io, utils
from tedana.due import due, Doi

LGR = logging.getLogger(__name__)
RepLGR = logging.getLogger("REPORT")
Expand Down Expand Up @@ -107,6 +108,9 @@ def gscontrol_raw(catd, optcom, n_echos, ref_img, out_dir='.', dtrank=4):
return dm_catd, dm_optcom


@due.dcite(Doi("10.1073/pnas.1301725110"),
description="Minimum image regression to remove T1-like effects "
"from the denoised data.")
def minimum_image_regression(optcom_ts, mmix, mask, comptable, ref_img, out_dir="."):
"""
Perform minimum image regression (MIR) to remove T1-like effects from
Expand Down

0 comments on commit 3e802b2

Please sign in to comment.