This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Python implementation of FILM GLS algorithm. | |
Plans for development: | |
We will need the following functionality: | |
GLS fit for 4D timeseries (i, j, k, t), with smoothing in volume or on surface | |
GLS for for 2D array (time x vox) array, with single prewhitening matrix | |
We'll call the first "local" and the latter "regional" prewhitening |