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
Wow, I'm sorry that I missed this! (I have not been monitoring this code base for a while!). Did you manage to the solve the issue? If not, I can go back and look at my code. In any case, there are many other tools around for processing fMRI data that are superior to this code (e.g., https://fmriprep.org/en/stable/), so I would suggest using those if you're seeking to process your own data (but given the age of this issue, i suspect you've already moved on!).
I think there may have been a small mix-up with the oversampling and maximum allowable frequency factor given in func/JP14_getTransform.m
Shouldn't the
hifac
value be set to 1 here? Otherwise the sampling frequencies that are computed in the line belowWould exceed the nyquist limit of the sampler. In Power's original code these are swapped (ofac=8, hfac=1)
The text was updated successfully, but these errors were encountered: