tedana.utils.io.gscontrol_mmix

gscontrol_mmix(OCcatd, mmix, mask, acc, rej, midk, ref_img)[source]

Perform global signal regression.

Parameters:
  • OCcatd ((S x T) array_like) – Optimally-combined time series data
  • mmix ((C x T) array_like) – Mixing matrix for converting input data to component space, where C is components and T is the same as in OCcatd
  • mask ((S,) array_like) – Boolean mask array
  • acc (list) – Indices of accepted (BOLD) components in mmix
  • rej (list) – Indices of rejected (non-BOLD) components in mmix
  • midk (list) – Indices of mid-K (questionable) components in mmix
  • ref_img (str or img_like) – Reference image to dictate how outputs are saved to disk