You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would seem easier if that function also works with a simple numpy array containing the channels and time series, without needing, for example, a subject list. This would also simplify the integration of a nilearn workflow.
Thanks and best wishes
The text was updated successfully, but these errors were encountered:
Thank you so much for bringing this up. I agree with you that if these functions were able to handle a simple numpy array, it would be much more convenient. However, since the whole toolbox is designed to work with particular classes like TIME_SERIES and DFC, and these classes require more information than only the BOLD time series values, as the information is actually necessary for the dFC assessment process and the subsequent analyses, it is not possible to include such option. Nevertheless, we will consider your suggestion and will think of a way to implement it!
Hi,
given your provided code:
measure = SLIDING_WINDOW(**params_methods)
dFC = measure.estimate_dFC(time_series=BOLD)
It would seem easier if that function also works with a simple numpy array containing the channels and time series, without needing, for example, a subject list. This would also simplify the integration of a nilearn workflow.
Thanks and best wishes
The text was updated successfully, but these errors were encountered: