Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 816 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 816 Bytes

godec

Go Decomposition in Python, with wrappers for working with fMRI data.

CircleCI Codecov

The core code in this package is adapted from three sources:

  • andrewssobral/godec: A Python translation of the standard algorithm.
  • prantikk/me-ica: A Python translation of the greedy semi-soft algorithm, for multi-echo fMRI data.
  • Go Decomposition: The original MATLAB code for the standard and greedy semi-soft algorithms.