Skip to content

Commit

Permalink
2021.7.8 Fix missing file bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jmtyszka committed Jul 8, 2021
1 parent 3be6e97 commit b1ae99c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cbicqc/timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def extract_timeseries(qc_moco_nii, rois_nii):
def detrend_timeseries(s_mean_t):
"""
:param s_mean_t: spatial mean ROI timeseries
:return:
:return: fit_results, s_detrend_t, s_fit_t
"""

# Mean label ROI signal (n_labels x n_timepoints)
Expand Down

0 comments on commit b1ae99c

Please sign in to comment.